microsoft / microsoft/vscode-cpptools

[Feature Request] Semantic highlight of each local variable with a different color

Open
#9,413 8 comments 4 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Feature Request Feature: Colorization Language Service Visual Studio Code
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!
image

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.