Skip to main content

All Questions

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
1 answer
951 views

VSCode won't open files from FileZilla

I used to use Atom as my editor, but recently switched over to VSCode. When I used to use Atom, I could right click on a file from FileZilla, click on "View/Edit" and it would open in Atom ...
AJT's user avatar
  • 111
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
0 votes
1 answer
3k views

Install VS Code extensions in another directory

I have very little local disk storage and I need to install the VS Code extensions to another directory. Is it possible to do it? How can I do it?
Gabriel Zayas's user avatar
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
2 votes
1 answer
4k views

How to remove the 'PS' message that appears in the terminal after running code in VS Code

I am currently taking Java lessons and I am using VSCode. I wrote this code: class Simple{ public static void main(String args[]){ System.out.println("Hello World!"); } }...
OmarZalat's user avatar
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
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
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
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
1 vote
4 answers
9k views

Can I Create a Project from Existing Code in Visual Studio Code

I am working on an application on a remote host. I am trying to use Visual Studio Code for debugging the application and have been asked to 'Create a Project from Existing Code' in Visual Studio. I am ...
REVOLUTION's user avatar
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
1 vote
2 answers
5k views

Visual Studio Code not recognizing Unity3d keywords

I am teaching myself how to create games using the Unity3d engine and Visual Studio Code, so I am new at this current set up. I am looking for a free code editor that will work with Unity3d (with ...
Plaguedriver's user avatar
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
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
0 votes
1 answer
6k views

Can I work in Visual Studio 2019 and gfortran (gcc) compiler?

Is there any approach to work on visual studio with gfortran? I have Windows 10, Visual Studio 2019 and gcc 7 installed using Cygwin.
sri's user avatar
  • 3
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
2 votes
1 answer
8k views

VS Code Find in current file: Regular Expressions

This is find and replace issue in VS Code. I want to find the following text in my Markdown file in VS Code: ## [](https://www.website.com/)Heading and Replace with this text ## [Heading](https://...
Porcupine's user avatar
  • 473
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
6 votes
2 answers
3k views

Visual Studio Code is always on top in Linux

I've installed VS Code in Ubuntu 14.04 LTS. When using it, it always sits on top of other windows. Not only does it sit on top of other applications like the terminal, it also sits on top of its own ...
Andrew Mao's user avatar
  • 1,241