-
Notifications
You must be signed in to change notification settings - Fork 14
Mark occurrences is missing. #17
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
Comments
@micaelgallego could you give me a sample which doesn't work? In my case it works for variable. I know that tsserver provides a service to so that. We have 2 choices:
|
Is there any service in tsserver to implement this behavior? |
Yes I think, but I must study it. |
@micaelgallego I have implemented "Mark occurrences" by consumming tsserver with "occurrences" command. It works well except that it freezes Eclipse when editor got the focus and tsserver is not started. I must improve really that by consumming tsserver with asynch mean (hope it will work). |
large TypeScript project. See #17
Mark occurrences is now done with async to avoid freezing Eclipse See https://github.com/angelozerr/typescript.java/wiki/Editor-Features#mark-occurrences for more information |
Mark ocurrences is missing.
The text was updated successfully, but these errors were encountered: