Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add priority stuff to suggestions #5

Closed
yongkangchen opened this issue Jul 6, 2014 · 2 comments
Closed

Add priority stuff to suggestions #5

yongkangchen opened this issue Jul 6, 2014 · 2 comments

Comments

@yongkangchen
Copy link
Owner

atom/autocomplete-plus#29
As propsed by @pjv, we should add some priority stuff to the suggestions:

  • matches from the current language syntax file
  • matches from snippets for the current language
  • matches from word list from the current file buffer
@yongkangchen
Copy link
Owner Author

ctag command:

--fields=+l
Language of source file containing tag

acording this param, can match the current language

@jdanbrown
Copy link

Here's a PR that might help you out. It doesn't prioritize the symbols ordering as requested above, but it does let you match against the file path in addition to the symbol name, which I needed after adding all of my python dependencies into my tags file.

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

No branches or pull requests

2 participants