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

Not an issue, but an enhancement to the autocomplete UI #46

Open
prime31 opened this issue Sep 30, 2015 · 1 comment
Open

Not an issue, but an enhancement to the autocomplete UI #46

prime31 opened this issue Sep 30, 2015 · 1 comment

Comments

@prime31
Copy link

prime31 commented Sep 30, 2015

Demo of changes here: https://vid.me/BndG

Update provider.js file here:
https://gist.github.com/prime31/1e251e204d2e57507999

Changes included:

  • add description when available
  • add type icons (via suggestion.type). Currently logs unhandled item.kind via console.log in case I missed any.
  • move type to leftLabel of the suggestion.name for non-methods (keep it to right for methods since they can get pretty long)

Feel free to use the changes or not. Just figured I would post them in case others find them useful.

@jeremyfa
Copy link
Member

jeremyfa commented Oct 1, 2015

Cool, thanks!

The description is already available in master branch (not published yet), but the other changes are nice. I planned to make them too eventually, since it improves the overall integration with Atom.

Just need to see if it can be included before the refactoring being worked on currently!

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

No branches or pull requests

2 participants