-
Notifications
You must be signed in to change notification settings - Fork 0
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
[CLOSED] Add 'onHighlight' optional event callback mechanism for better extensibility features in hint providers #11738
Comments
Thanks a lot This would be a provider specific implementation. IMHO, scoping the event emitter to a provider will make the listener code ambiguous. Also, keeping this as a hook keeps the reach of the handling very shallow and declaration of the intent is upfront. But that's my thought, want to hear the advantages of event emitter in this case as well. |
|
FWIW I am okay with this not being an event emitter too as code hint list providers provide functions anyway now that I looked at this more 👍 |
|
Thanks |
Thanks |
Thursday Mar 01, 2018 at 17:20 GMT
Originally opened as adobe/brackets#14140
This PR is targeted to add an optional
onHighlight
hook handling for Code hint providers. This will help extension developers to add interactive workflows when a user crawls over hint items in hint popup.@
nethip@
petetnt All yours now, please have a look at the change set.swmitra included the following code: https://github.com/adobe/brackets/pull/14140/commits
The text was updated successfully, but these errors were encountered: