vscode-dimmer icon indicating copy to clipboard operation
vscode-dimmer copied to clipboard

Highlight the current scope feature

Open pi1ot opened this issue 8 years ago • 6 comments

example:

... // out of scope, dimmed
function updateIfEnabled(textEditor: vscode.TextEditor) { // out of scope, dimmed
    if (enabled) { // current scope beginning
        ... // current scope, highlight 
        setDecorations(textEditor);  // current scope, highlight
        ... // current scope, highlight 
    } // current scope endding
} // out of scope, dimmed
...  // out of scope, dimmed

pi1ot avatar Nov 07 '16 05:11 pi1ot

Dimming only all the outer scopes would be perfect.

Highlight the current scope and dim everything else.

ghost avatar Dec 07 '16 11:12 ghost

+1

asos-franzsittampalam avatar May 01 '18 22:05 asos-franzsittampalam

This was the first thing I thought of. Highlighting between opening/closing brackets depending on where the cursor position is would be cool.

beebase avatar Oct 09 '18 09:10 beebase

+1

julwrites avatar Mar 18 '19 05:03 julwrites

i saw this extension on twitter and thought this was what it did, and was excited. i found out it was not, and lost interest. would likely use this if this feature were available.

venatiodecorus avatar Apr 04 '19 20:04 venatiodecorus