microsoft / microsoft/TypeScript-Sublime-Plugin
Support occurrences highlighting
Open
@hoanhtien is already working on this.
Since Jul 29, 2015.
Enhancement
- Dominant language
- JavaScript
- Stars
- 1.7k
- Forks
- 236
- Avg merge
- 21d 13h
- Merged PRs (30d)
- 1
Description
When the cursor resides on a word, it would be helpful to populate appropriate regions.
Looks like add_regions might be the relevant API, with sublime.DRAW_NO_FILL for now.
Consider the Roslyn timeouts:
- 1.5 seconds after edits
- 50 milliseconds for non-destructive events (i.e. arrow keys, clicks)
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.