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

Highlighting of variable declaration hard to see #93

Open
georgwittberger opened this issue Nov 11, 2020 · 0 comments
Open

Highlighting of variable declaration hard to see #93

georgwittberger opened this issue Nov 11, 2020 · 0 comments
Labels
type: syntax Syntax highlighting

Comments

@georgwittberger
Copy link

Highlighting of the declaration of a variable is hard to see because the variable name is only surrounded by a thin border instead of using a (semi-transparent) background color.

Example for JavaScript:

let foo = 'Hello World'
console.log(foo)

Assuming the cursor is set on the usage of foo in the console log function. The usage is highlighted with a green background which is alright but the declaration on the first line is only indicated by a thin border.

Suggestion: Highlight the declaration using a background color different from the usage background color.

@simurai simurai added the type: syntax Syntax highlighting label Jan 6, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: syntax Syntax highlighting
Projects
None yet
Development

No branches or pull requests

2 participants