You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a package called js-hyperclick and I have to tell users to disable atom-typescript if they want to use js-hyperclick. The hyperclick service asks each registered package in order to scan a file and the first package that returns a result wins.
Your getSuggestionForWord implementation returns a match whether it's really a match or not, and then only does the work necessary in the callback. Because it always returns a value hyperclick will never call js-hyperclick.
The text was updated successfully, but these errors were encountered:
I have a package called js-hyperclick and I have to tell users to disable
atom-typescript
if they want to usejs-hyperclick
. Thehyperclick
service asks each registered package in order to scan a file and the first package that returns a result wins.Your
getSuggestionForWord
implementation returns a match whether it's really a match or not, and then only does the work necessary in the callback. Because it always returns a valuehyperclick
will never calljs-hyperclick
.The text was updated successfully, but these errors were encountered: