Skip to content

Highlight and navigate through symbol occurrences on emacs module #723

@aiguofer

Description

@aiguofer

I recently found http://mihai.bazon.net/projects/editing-javascript-with-emacs-js2-mode/js2-highlight-vars-mode, which allows me to easily see all instances of the variable at point and also allows me to navigate between them. This is quite convenient, and it seems like something tern could do.

My current problem with the above implementation is that it interferes with company-mode completions. Suggestions only give me about a second to tab complete before they dissappear (i'm guessing due to the 'polling' mechanism used by that plugin). I can't seem to find where I could contact that developer, so I figured I'd go ahead and make a feature request here first since I'd rather just use one tool.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions