Skip to main content
97 votes
5 answers
77k views

Is there a way to extend the supported languages/grammars in Visual Studio Code? I'd like to add a custom language syntax, but I've not been able to find any information on how language services are ...
Rick Strahl's user avatar
  • 17.8k
12 votes
3 answers
16k views

I'm working on a grammar extension in VS Code, and I'm having difficulty with a look behind regex pattern. Given the following string, I want to only return cmp when it's preceded by the @fmt( @fmt(...
thomasjbarrett's user avatar
19 votes
2 answers
9k views

Is it possible to run multiple commands from a single keybinding/shortcut, just like a macro operates, in VS Code but without an extension? I know there are some extensions that can do this but is ...
Mark's user avatar
  • 192k
147 votes
6 answers
135k views

When I get an extension error I have no way of knowing why the error happens.
Gyuri's user avatar
  • 5,052
57 votes
10 answers
66k views

On Windows I have to run the command start-ssh-agent.cmd on each new terminal session I open. My development environment is VSCode, and I open a dozen new terminals each day. After each terminal open, ...
Sébastien's user avatar
  • 1,978
8 votes
4 answers
5k views

I want to listen to terminal output from extension, such as tsc -w and catch the moment if the output contains similar text: Found 1 error. Watching for file changes. Or the error exit code or ...
Alex's user avatar
  • 69.6k
21 votes
3 answers
28k views

I created a language extension for Visual Studio Code and I would like to change the comment block characters, but I couldn't find a way to do so.. How can I do it?
André Junges's user avatar
11 votes
1 answer
8k views

In the tmTheme file for my current text editor there are a number of options, including the ones in the code below. Is there a list somewhere that defines all possible tags that could be included in ...
Tyler's user avatar
  • 1,293
20 votes
3 answers
14k views

I am rebuilding my comment highlighter in to a new extension. However I now run now in to an issue where I get the following warning: (node:4904) [DEP0005] DeprecationWarning: Buffer() is deprecated ...
TessavWalstijn's user avatar
18 votes
3 answers
13k views

I'm planning to write a Visual Studio Code extension and it need to save some information for example a counter. The user can press a shortcut to increase or decrease the counter and the value of the ...
Just a learner's user avatar
9 votes
1 answer
4k views

The code editor I've been using for the past 20 years (codewright) allows you to set a "select mode". When that is set, all keyboard cursor movements extend the selection. In VS Code, you can extend ...
Barry Bentley's user avatar
45 votes
5 answers
21k views

We can open command prompt in vscode by using the Integrated Terminal feature in View menu. We can even open multiple terminals as shown below: Is there any way I can change the title of the terminal ...
Gangadhar Jannu's user avatar
40 votes
4 answers
83k views

I'm currently trying to write an extension for a new file type (ANTLR) and wonder how to change the colors used for syntax highlighting in Visual Studio Code. To me it looks as if that is not defined ...
Mike Lischke's user avatar
  • 54.4k
29 votes
5 answers
44k views

When I try to install any extension in Visual Studio Code (i.e., by pressing Ctrl+P and then running ext install RustyCode), I get a message that No extensions found. However, this only happens when ...
Vikrant Chaudhary's user avatar
15 votes
4 answers
3k views

I am writing a VS Code extension where I want to open the settings window programmatically from my extension. I want the window to already have the search filled out to only show the settings my ...
Thad House's user avatar

15 30 50 per page
1
2 3 4 5
28