Is there a paste repeater for VScode that allows more than 1000 chars in the final text?
I am looking for an extension that does a very simple thing.
inline chat can only be used with github copilot?
How could I develop an private copilot extention using inline-chat without github copilot?
How can I syncronizing remote work in vscode?
I’m using vscode tunnel to work remotely. I coded on a remote machine and I came to the local machine this morning to find that my codes were not updated. I tried to choose the “continue working on vscode.dev” but it says that ”
Your working changes exceed the size limit and cannot be stored.”
How to determine the status of the tab key in vscode plugin development and make different treatments according to the situation?
I am trying to write a VS Code plugin to extend the functionality of Emmet. The desired outcome is that when the user presses the Tab key, if the Tab key triggers an Emmet expansion or a code snippet, it should not perform any additional actions. If it does not trigger any special functions, it should use my custom logic. Additionally, if the cursor is in a placeholder within an expanded snippet, the Tab key should have the special function of navigating the cursor, and in this case, it should not use the custom logic either.
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.