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

how to get ctags completion? #71

Open
@zhaocai

Description

@zhaocai

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions