microsoft / microsoft/vscode-cpptools
[Feature Request] Semantic highlight of each local variable with a different color
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 6.2k
- Forks
- 1.7k
- Avg merge
- 14h 46m
- Merged PRs (30d)
- 61
Description
Feature Request
Hello!
I really like enhanced highlighting, but I've saw feature called semantic highlighting in the CLion which is basically highlights all the local variables with a different color, which makes it easier to distinguish.
I'm curios, is it possible to do it with intellisense?
If it is, maybe you can guide me a bit and I would glad to contribute.
As example I attach my project, as you can see, 3 variables initialized and all of them has different color.
Thanks!

Contributor guide
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.
Research direction
The issue names IntelliSense and semantic highlighting but no files, tests, or entry points. Start by locating the extension's IntelliSense and semantic-highlighting implementation, then determine whether local-variable color assignment is supported. Done means local variables in a scope receive distinct colors, as shown in the attached example.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- cpp, typescript
- Domain
- developer-experience, tooling
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100