VSCode Extension: show `editor/context` command based on right-click cursor position?
Is it possible to only show an editor/context
menu entry at specific cursor positions/ranges in a given open document (e.g. to show a command that only appears on calls to certain methods but not others)?
VSCode Extension: show `editor/context` command based on right-click cursor position?
Is it possible to only show an editor/context
menu entry at specific cursor positions/ranges in a given open document (e.g. to show a command that only appears on calls to certain methods but not others)?
VSCode theming – formatting inline suggestions
How do I change the background colour of the inline suggestion? From what I can see, there aren’t any specific options targetting inline type corrections.
How to get the TextMateScope of the word under the cursor in an extension
The command Developer: Inspect Editor Tokens and Scopes is able to show the TextMate Scope (keyword/comment/literal/punctuation/…) of the word/token at the cursor location (line:char).
How to get the TextMateScope of the word under the cursor in an extension
The command Developer: Inspect Editor Tokens and Scopes is able to show the TextMate Scope (keyword/comment/literal/punctuation/…) of the word/token at the cursor location (line:char).
How to get the TextMateScope of the word under the cursor in an extension
The command Developer: Inspect Editor Tokens and Scopes is able to show the TextMate Scope (keyword/comment/literal/punctuation/…) of the word/token at the cursor location (line:char).
Show box preview (panel right) suggestions in VSCode
I don’t know if it’s an extension or a configuration, but before a right panel appeared next to each suggestion, but now it doesn’t appear. I’ve searched for the topic in several places but I don’t have the answer. How can I show the right panel with the suggestion preview?
Ability to programmatically detect whether an auxillary/secondary side bar is active
tl;dr: I can’t find if there is an entry for “is secondary side bar active or not” in vscode.workspace.getConfiguration()
. I want to be able to programmatically check if it’s active.
Ability to programmatically detect whether an auxillary/secondary side bar is active
tl;dr: I can’t find if there is an entry for “is secondary side bar active or not” in vscode.workspace.getConfiguration()
. I want to be able to programmatically check if it’s active.
Ability to programmatically detect whether an auxillary/secondary side bar is active
tl;dr: I can’t find if there is an entry for “is secondary side bar active or not” in vscode.workspace.getConfiguration()
. I want to be able to programmatically check if it’s active.