Skip to content
This repository has been archived by the owner on Nov 29, 2020. It is now read-only.

how to get ctags completion? #71

Open
zhaocai opened this issue Sep 12, 2016 · 0 comments
Open

how to get ctags completion? #71

zhaocai opened this issue Sep 12, 2016 · 0 comments

Comments

@zhaocai
Copy link

zhaocai commented Sep 12, 2016

Refer to #70

It is not working after I directly modify the default_settings.json file and set "collect_identifiers_from_tags_files": 1. Then I read the ycmd code and find identifier_completer.py:

def OnFileReadyToParse( self, request_data ):
    self.AddBufferIdentifiers( request_data )
    if 'tag_files' in request_data:
      self.AddIdentifiersFromTagFiles( request_data[ 'tag_files' ] )

So, I think from the client side, atom-youcompleteme need to pass tags_files in request_data to ycmd.

Any further suggestion to make ctags completion work?

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant