Skip to main content

All Questions

14 questions with no upvoted or accepted answers
2 votes
0 answers
94 views

How to add ident to a block without reidenting it in Visual Studio Code

If I had a typescript file idented by 4 spaces with some SQL strings idented with 2 spaces. function ts_query(){ const sql=` SELECT * FROM table1 WHERE field1 IS NULL ...
Emilio Platzer's user avatar
1 vote
0 answers
200 views

How to get Visual Studio like IntelliSense completion in Visual Studio Code?

Let's say I am typing import matplotlib.pyplot. In Visual Studio, if I press space once the dropdown appears, it autocompletes the pyplot part and inserts a space after. Or when the name of a function ...
Yashbhatt's user avatar
  • 121
1 vote
1 answer
515 views

How do I get default theme, font and UI of Visual Studio Code in Visual Studio 17?

I understand Visual Studio is an IDE and Visual Studio Code is an "editor" but writing code in Visual Studio Code is damn faster and easier. I just love the UI. I feel there might be an extension in ...
Abhishek Singh's user avatar
1 vote
0 answers
222 views

Visual Studio Code - Removing extra information in terminal

I am working with Python in Visual Studio and whenever I run my code it tell me all of the file information. Is there a way to just show what the code is producing and not include the file path info? ...
Will's user avatar
  • 11
1 vote
0 answers
67 views

Unexpected behavior with VS Code and Chrome. Chrome shows every time in the foreground when I update some little code on VS Code

I'm having a small strange behavior with Visual Studio Code and Google Chrome when I'm debugging my Vue JS project. Formerly, when I updated some code on VS Code, my Chrome updated automatically in ...
rmmariano's user avatar
  • 111
1 vote
1 answer
228 views

Can I use ⌘+num to switch between tabs in visual studio code for OSX

I've been looking through the VS Code documentation but haven't seen anything that might let me use ⌘+n to jump to tab n. Is this possible in VS Code? I'm very used to using those hotkeys for chrome ...
Erty Seidohl's user avatar
0 votes
0 answers
55 views

Quickest way to add variable text from a text file to a JSON file in specific places

I'm trying to find the easiest and quickest way to fetch a list of names in different lines from a text file and appending them to a specific field in a structured JSON file that repeats itself over ...
MACC's user avatar
  • 131
0 votes
0 answers
15 views

VS19 Create Visual Jpeg of Code

I want to create a jpeg image of my code with black bg and white/color font as seen in dark mode. This is to get it printed and framed for my wall but I'm having such a hard time figuring it out. I ...
Stefs's user avatar
  • 1
0 votes
0 answers
486 views

Visual studio and visual code and sublime can't display russian texts?

I have some source files which have russian comments in them the problem is that the comments seems to be gibberish instead of proper russian, seems like text editors cant properly display it? for ...
OneAndOnly's user avatar
0 votes
0 answers
125 views

Shortcut to wrap statement with Console.WriteLine

Given a statement on a single line (line 42) like: Add(1, 2); that I want to transform to Console.WriteLine(Add(1, 2)); my current workflow is to press Ctrl-G 42 Enter Shift-End LeftArrow Ctrl-X c ...
Johannes Riecken's user avatar
0 votes
2 answers
2k views

Visual Studio Code GIT Not Working

So I installed GIT and I'm in a GIT repository and I added a simple test file in the folder. I'm trying to connect to Azure DevOps. My Source Control says that I have made some changes, but it doesn't ...
coder_11's user avatar
0 votes
1 answer
24 views

visual studio returning all errors for all projects even though code is fine

problem so I had this issue for a couple of years where sometimes when I create a file in the visual studio everything turns to errors even though I haven't touched anything. as shown by this picture ...
Rubin's user avatar
  • 1
0 votes
0 answers
132 views

VS Code locks mouse and keyboard

first time posting so please excuse any issues with my question. I'm a web developer working in VS Code and as of yesterday it has started having a very strange issue. I start working and work for ...
Hugo Hotopf's user avatar
0 votes
1 answer
71 views

Where are the color themes for Visual Studio

I am aware of the Color Themes for Visual Studio, however that only has a few color themes. Is there a marketplace for custom color themes that can be downloaded and imported similar to VS Code? Top ...
DanielJomaa's user avatar