-
Notifications
You must be signed in to change notification settings - Fork 52
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
Display popup with doc before select method etc. #107
Comments
I do not understand what you are trying to suggest. What does 'hint' refer to? |
'hint' maybe the function's parameters. |
@marijnh, I was thinking about something like this: |
Yes, that'd be cool, and the information is available to do it. Anybody want to create an implementation? |
For everyone's information, I tried investigating what it would take to implement this, and I think it requires the ability to detect what the currently selected autocomplete option is. Unfortunately, I wasn't able to find anything in the API, and I've yet to receive a response on the forum. |
I use TernJS the simple one to this. |
I'm interested in the idea of specifying the parameter names, but the only potential issue with that is that Sublime Text's autocomplete dropdown has a hardcoded width according to the forum. Are people OK wiith that? |
Maybe this feature can be easiest to implement, by using external sublimetext popup plugin? ( https://github.com/facelessuser/sublime-markdown-popups ) |
Topic up... |
It will be nice to display hint before select the method / function / variable etc. from autocomplete list:
This option can be combined with another idea which I request: #85
The text was updated successfully, but these errors were encountered: