disable inline imports">vscode - "Implement interface" -> disable inline imports
In typescript, if I do an auto-fix on a class name with "Implement interface", it will create the methods with inline imports : getInbox():...
View ArticleRandom High CPU Usage
I have noticed that Visual Studio Code randomly has a really high CPU usage. Generally, this seems to be related to the window where I have a SQL server project. Below is the output from code --status...
View Articlevscode : rearrange code for js / ts files [closed]
How can I rearrange the code in a .js / .ts file in Vscode? For example inside a Class, I want it to automatically put static variables at the top, then variables, then methods, etc.I tried to google...
View Articlehow to fix clang error in c++, no such files [closed]
when I run my project I get the following error. I have the files in the directory but I still get this error.I am using Visual Studio Code on my Mac OSX[Running] cd...
View ArticleHow to add Teensy board to VS Code and Arduino plugin?
I am currently programming a Teens y2.0 using the Arduino IDE with Teensyduino. It works but Arduino IDE is rubbish, so I would like to use VS Code. However while the Arduino VS code plugin works fine,...
View ArticleTechnical Issue with VS Code
I am using VS Code and the Extension "Live Server" to check the status of my work. It isn't displaying all of the Javascript features that it should be displaying.I know this because when I lift the...
View ArticleThe ever-popular vscode #include iostream error
I've uninstalled and reinstalled mingw-64 and vscode, following the instructions at https://code.visualstudio.com/docs/cpp/config-mingw. I've set the include path and the compiler path. I look in the...
View ArticleChange the width of the search bar in VSCode
Is it possible to change the width of the search bar in VSCode? I.e. the typical dropdown selection menu opening when using 'Go to file...' (workbench.action.quickOpen) or switching recent files...
View ArticleLists in a vscode view?
I'm trying to create an extension for vscode; I need my view to be populated with a list as in the image here: https://imgur.com/a/VQWLqwlI can't seem to find any reference to a list in the vscode api...
View ArticleHow do I get the number of ViewColumns the user has open from a VSCode...
I am working on developing a VSCode extension, and I open a webview using the following:const panel = vscode.window.createWebviewPanel( 'webviewName', // Identifies the type of the webview. Used...
View ArticleIs there an extension of VSCode not only check English spell, but also...
I really need an extension to check English spell and grammar when coding especially writing markdown. Can anyone recommend me one?
View ArticleToggle between fullscreen editor and terminal in VS Code
As a Windows systems admin, I use PowerShell quite a lot. With the release of PS Core, and the implication that the ISE is dead, I've started to try to use VS Code as my day to day tool. One feature...
View ArticleHow can I add an most installed extentions bar in vs code?
I would like to add more bars like these ones in the picture:I couldn't find an option to add the @installed as a bar, is there a special configuration to add these bars?Thanks!
View ArticleVSCode dart analyzer stopped recognizing flutter/dart code
I have been using VSCode for flutter development without issue, then today all of a sudden the dart analyzer is complaining that the majority of the classes are undefined, or targets do not exists.Has...
View ArticleMy terminal in VSCode has a tiny font after installing zsh and changing font...
If you look at the vscode terminal - its too tiny. Heres the user settings that I have modified to create this result. I have searched how to change terminal fonts at vscode but I have followed all...
View ArticleWhy I don't get import suggestions with babeljs
I'm using babel-env with vscode and yarn workspaces and when I'm loading a package (after compiling). I don't get any suggestion for imports autocomplete..My project structure :|--packages | |--common...
View ArticleCan't run the cpde
<script> var firstname = "John"; var lastname = "Doe"; var totalname = firstname +lastname ; var d = new day(); document.getElementById("something").innerHTML = d ;...
View ArticleUppercase first letter of placeholder transformation for vscode snippet
I am looking to make a simple vs code snippet that can print the following:const Example = 'example'I am looking to type "example" in one time, like this:const $1 = '$1'I am looking to add a transform...
View Articleipython or jupyter version requirements for vscode interactive viewer
When opening the python interactive window in vscode using my base anaconda environment, I get a popup in the bottom right corner saying "Jupyter kernel cannot be started from [my base conda...
View ArticleAdd line-separator to the quick pick menu in VS Code extension
How to add separation line in the quick pick menu, something like is done in "Configure snippets". Additionally how to add "Existing Snippets" and "New Snippets" labels like on a screenshot?
View Article