Skip to content

Support for "goto declaration" and "goto definition" (via YCM?) #34

@blueyed

Description

@blueyed

Exuberant Ctags support for lua does not handle modules properly.
(see e.g. https://awesome.naquadah.org/bugs/index.php?do=details&task_id=1313).

I wonder it would be fairly easy to provide first class support for "goto declaration/definition", e.g. through YouCompleteMe, which has an API for this: https://github.com/Valloric/YouCompleteMe#ycmcompleter-subcommands

Here is the Python implementation, using Jedi: https://github.com/Valloric/ycmd/blob/master/ycmd/completers/python/jedi_completer.py

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