Visual Studio Code Extension API and extension development
When I get an extension error I have no way of knowing why the error happens.
visual-studio-code vscode-extensionsI'm currently trying to write an extension for a new file type (ANTLR) and wonder how to change the colors …
visual-studio-code vscode-extensionsIs there a way to extend the supported languages/grammars in Visual Studio Code? I'd like to add a custom …
visual-studio-code vscode-extensions tmlanguageWhen I try to install any extension in Visual Studio Code (i.e., by pressing Ctrl+P and then running …
visual-studio-code vscode-extensionsHow to make Visual Studio Code (or Go Programming Language Extension) to run go fmt (or other tools/commands) on …
go visual-studio-code vscode-extensionsWhen trying to open a binary file in Visual Studio Code, the following message will show: The file will not …
visual-studio-code vscode-extensionsHow to trigger a popup with documentation for identifier under the cursor? Normally it appears when hovering the identifier using …
visual-studio-code vscode-extensionsI am trying to create a VSCode extension. This extension provides two commands, never mind their implementation: export function activate(…
typescript visual-studio-code vscode-extensionsHow do you add a context menu? (in the explorer and/or the editor) I tried the following which doesn't …
visual-studio-code vscode-extensionsI am writing a plugin for VS Code and I need to know the path of the file which is …
javascript typescript visual-studio-code vscode-extensions file-properties