Install an extension to multiple profiles
There is a setting for installing the extension for all other profiles. But I want to select the profiles.
Why I didn’t get output I expected in vscode?
enter image description here
Hi I wonder why I didn’t get “Hello” as my output.
Programatically get language-specific information about a symbol for VS Code custom extension
On a JavaScript TextDocument, can I detect if it has a class that extends from an arbitrary other class? If I want to detect a TextDocument that has a class that extends from Animal
, the below will suffice.
Programatically get language-specific information about a token for VS Code custom extension
On a JavaScript TextDocument, can I detect if it has a class that extends from an arbitrary other class? If I want to detect a TextDocument that has a class that extends from Animal
, the below will suffice.
Accessing the list of offered Completions for filtering purposes within Extension
I am looking into developing simple Extension for VS-Code/IntelliJ, while on IntelliJ side I know everything needed achieve what I need, I was unable to find much relevant stuff when it comes to VS-Code.
I’d like assistance enhancing a VSCode extension
The Litoshow VSCode extension (https://github.com/fernandops26/litoshow-vscode-extension) has almost all the features I need for monitoring students’ work in a programming course in September. But it doesn’t seem to have a way for students to export their recordings so I can import them and replay them. I’ve tried several ways to contact the extension’s author but haven’t heard back.
VSCode extension display inline form on code editor
Im building a vscode extension where I would like to add some additional context to the code. To do this, I’m using Code Actions, which when clicked should bring up a form with two inputs and a submit button.
VSCode Extension: How to hide certain files in File Explorer via Extension Settings
I want to create a VSCode extension, which allows me to hide certain files in the File Explorer using Extension Settings.
Support for readonly lines in VS Code editor
I am working on a VS Code extension, I want to display an editor file with the first3 three lines as readonly and the remaining lines can be edited.
VS Code file icon
I’m using VS Code material theme extension. But I have a problem, the file icon is always shown as a bellow.