Visual Studio Code - Auto Imports Fail
My VS Code does not auto-import stuff from node_modules.I've tried to make it work on two PCs and one Mac – the result is the same: no suggestions to import as I type, no options when I focus on a...
View ArticleSpecifying multiple Python interpreters to select from in VsCode
I want to be able to quickly switch virtual environments by clicking on the interpreter in the bottom right of the screen and selecting a venv from the listed detected venvs.My project has several...
View ArticleHow can I customize the tab-to-space conversion factor in VS Code?
How do I customize the tab-to-space conversion factor when using Visual Studio Code?For instance, right now in HTML it appears to produce two spaces per press of TAB, but in TypeScript it produces 4.
View ArticleHow to stop VS Code from opening the Panel automatically upon startup?
Whenever I launch VSCode (either using the terminal or desktop icon) on my Ubuntu 18.04 LTS, it automatically opens the Panel at the bottom:How do I stop that? Of course, I can manually close that...
View ArticleHow can I prevent Visual Studio Code from replacing a newly opened,...
I am using Visual Studio Code 1.3.1 with the newly introduced tabs.When I click on files, the first file will open in a tab. If I do not make any changes to this file, the second clicked file will open...
View ArticleHow do you follow from editor -> outline in VS Code? (highlight in outline)
Right now when I click on any symbol in the Outline View, I am moved to the symbol in the Editor view.How can I get the reverse, so that when I navigate in the Editor, the Outline gets highlighted with...
View ArticleHow to change the view of a json file in VS-code for editing is BUT without...
Example:The RPG-MAKER MV and MZ data/*.json files are formated as On-Liners.If I format them with VS-Code extensions,then their content will be set into many lines (each with a line-number).And when I...
View ArticleVS Code Outline/Symbols not showing in any repository
I’ve got this super annoying issue with VS Code. The Outline panel (symbols view) just refuses to show anything in any of my projects. Doesn’t matter what repo I open, it’s always empty. All I ever get...
View ArticleHow to change the view of a json file in VS-code for editing is BUT without...
Example:The RPG-MAKER MV and MZ data/*.json files are formated as On-Liners.If I format them with VS-Code extensions,then their content will be set into many lines (each with a line-number).And when I...
View ArticleTerminal is not opening in visual studio code
The terminal process"C:\WINDOWS\System32\WindowsPowerShell\v1.0\powershell.exe" terminated with exit code: -65536.I am geting only this above message can anyone help me..I want help ,please help me .I...
View ArticleSettingsSync on private hosted git
I'm getting into VS Code and have a question about SettingsSync.I have a private git server and would like to set up the SettingsSync to use this private git. I'm not finding anything in the settings...
View ArticleWhere to find documentation on all available VS code editor settings.json...
Where I can find good documentation for every available settings.json configuration option so I can configure VS code however I like to?
View ArticleHow can I hide specified files/directories (e.g., .git) in the sidebar?...
In Visual Studio Code, what setting can be configured, using file patterns, to hide files from view in the sidebar's file-explorer?I would like to hide certain groups of files, like .meta and .git files.
View ArticleVSCode text overlap when editor font size is adjusted (it changes line...
When I change the editor's font size to very small in Settings, the editor is hard to read with lots of overlapping text: image link.Notice that the sticky header has a very tiny font size (which i...
View ArticleVSCode looks badly when editor font size is adjusted (it only changes line...
When I change the editor's font size to very small in Settings, the editor will look very badly: image link.Notice that the sticky header has a very tiny font size (which it does should be), and below...
View ArticleHow can I customize font color in the error panel of VS Code?
How can I customize or change the font color displayed in the editor, such as those shown by linters or code analysis tools?I want to customize the font color forUndefined name `abc` Ruff(F821)"abc" is...
View ArticleVS Code: How to automatically remove double spaces on save?
I want VS Code to automatically correct spaces when saving a JSON file (I do not want this rule to be applied to any other types of files, but this is not crucial)Example:// before saving{"someField":...
View ArticleTerminal is not opening in visual studio code
The terminal process"C:\WINDOWS\System32\WindowsPowerShell\v1.0\powershell.exe" terminated with exit code: -65536.I am geting only this above message can anyone help me..I want help ,please help me .I...
View ArticleHow to change the view of a json file in VS-code for editing is BUT without...
Example:The RPG-MAKER MV and MZ data/*.json files are formated as On-Liners.If I format them with VS-Code extensions,then their content will be set into many lines (each with a line-number).And when I...
View ArticleHow can I customize the tab-to-space conversion factor in VS Code?
How do I customize the tab-to-space conversion factor when using Visual Studio Code?For instance, right now in HTML it appears to produce two spaces per press of TAB, but in TypeScript it produces 4.
View Article