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

Option to highlight one-letter variables #170

Closed
vkotovv opened this issue Apr 24, 2018 · 2 comments
Closed

Option to highlight one-letter variables #170

vkotovv opened this issue Apr 24, 2018 · 2 comments

Comments

@vkotovv
Copy link

vkotovv commented Apr 24, 2018

Example (C++ code):

std::vector<std::string> v;
// more code here
return v;

It will not highlight the occurences of v variable if I select it (I guess because it is not a word). But it will be good if there is an option to highlight one-char variables too.

@richrace
Copy link
Member

There is a setting Minimum Length. The default is 2 characters, you can change it to 1. But that might have performance issues.

@vkotovv
Copy link
Author

vkotovv commented Apr 24, 2018

@richrace Thanks for the info.

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