Skip to main content

All Questions

0 votes
0 answers
54 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
912 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
484 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
512 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
124 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
220 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

15 30 50 per page