Global web icon
stackoverflow.com
https://stackoverflow.com/questions/29973357/how-d…
How do you format code in Visual Studio Code (VSCode)?
For all those struggling to get the formatting work even after trying the valid combinations in Visual Studio Code, don't forget to select the appropriate programming language type, it is at the bottom right in visual studio code window next to that smiley. Once you do that I found it works out of the box and you don't need any additional plugin to format code.
Global web icon
stackoverflow.com
https://stackoverflow.com/questions/68979449/how-t…
How to run a C program in Visual Studio Code? - Stack Overflow
I used to use Replit for my IDE, but I want to try Visual Studio Code (VSC) because my teacher said VSC was a great IDE to use. So I took a program I wrote a while back and put it in, but when I try to run the program, it just keeps telling me that I need to install an extension environment for C, because VSC doesn't come with one naturally.
Global web icon
stackoverflow.com
https://stackoverflow.com/questions/56859959/how-t…
How to find and change Java compiler option in Visual Studio Code?
I am new to Visual Studio Code (VSC) and I come from Eclipse. VSC tells me 2 errors on my project: Build path specifies execution environment J2SE-1.5. There are no JREs installed in the workspac...
Global web icon
stackoverflow.com
https://stackoverflow.com/questions/71924077/confi…
Configuring task.json and launch.json for C in vs code
Sometimes we have to build multi-file projects and it will break the default build-functionality in tasks.json in VSC. In some cases this can be solved by changing: ${file}, to "${workspaceFolder}/*.c", Configure VSC for Debugging – launch.json (7) Go to source file hello.c, and set a break point, Click left to the line numbers to set red circle.
Global web icon
stackoverflow.com
https://es.stackoverflow.com/questions/64854/c%c3%…
¿Cómo comentar las líneas seleccionadas en VSCode?
Me gustaría saber cómo comentar las líneas seleccionadas en VSCode y si es posible cómo cambiar el atajo de teclado.
Global web icon
stackoverflow.com
https://stackoverflow.com/questions/30039512/how-t…
How to view an HTML file in the browser with Visual Studio Code
How can I view my HTML code in a browser with the new Microsoft Visual Studio Code? With Notepad++ you have the option to Run in a browser. How can I do the same thing with Visual Studio Code?
Global web icon
stackoverflow.com
https://stackoverflow.com/questions/54106071/how-c…
How can I set up a virtual environment for Python in Visual Studio Code ...
In my project folder I created a venv folder: python -m venv venv When I run command select python interpreter in Visual Studio Code, my venv folder is not shown. I went one level up like suggeste...
Global web icon
stackoverflow.com
https://stackoverflow.com/questions/41667459/how-t…
How to show uses of function in Visual Studio Code?
I am used from Pycharm to be able to press ctrl + click on a function definition and see the uses. Is there an equivalent in VSC?
Global web icon
stackoverflow.com
https://stackoverflow.com/questions/78988709/vs-co…
vs code: Error while fetching extensions. Failed to fetch
Problems starts when I update vs code, when I open vsc after upd .NET extensions show me errors in panel in bottom, and my font not work anymore. For first I try to disable and remove .NET extensions, does not work, after I remove font, I remove all from user config.json and workspace config.json, still not work.
Global web icon
stackoverflow.com
https://stackoverflow.com/questions/47602151/how-t…
How to change interpreter in Visual Studio Code? - Stack Overflow
It is really important to have as much flexible setting in Visual Studio Code (VSC). The problem is that I have no idea how to set VSC terminal to run code in Python 2.x. Terminal output is needed because it allows to provide user input easily.