Skip to content
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

Variable highlighting #2

Closed
dukeofgaming opened this issue Jul 21, 2012 · 1 comment
Closed

Variable highlighting #2

dukeofgaming opened this issue Jul 21, 2012 · 1 comment

Comments

@dukeofgaming
Copy link

It would be nice that all usages of a variable (including it's definition) be highlighted upon putting the caret over it. Like this:

http://s18.postimage.org/ctvw9jtzr/variable_highlighting.png

@MattiJarvinen-BA
Copy link

Possible with ACE editor and should be on by default but it isn't

editor.setHighlightSelectedWord(true);

See http://ace.ajax.org/api/editor.html#Editor.setHighlightSelectedWord

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants