Most voted "visual-studio-code" questions
Visual Studio Code is a cross-platform code editor (Windows, Linux, and Mac OS) by Microsoft. It supports ASP.net 5, Javascript, and Node.js with features such as debugging, Intellisense, Syntax Highlight, and git integration. Use this tag for questions related to the editor itself, not applications using that editor
Learn more…303 questions
Sort by count of
-
0
votes0
answers2263
viewsPython stopped working visual studio code
I created 2 classes, being that one imports from another and gave error in the import. I searched the internet and told to go in the command palette and choose the interpreter (on my system only has…
-
0
votes1
answer357
viewsHow to delete a word from every project in Visual Code
I want to delete that piece of code ng-show="$ctrl.state == 'downloading' which was set several times, but as the code is extensive it takes a lot of work to delete one by one. I’m using Visual…
visual-studio-codeasked 6 years, 5 months ago SHRIMP 441 -
0
votes1
answer740
viewsHow to swap inline indentation for Vscode dot
I wonder if to use dot instead of indentation online is necessary some extension? In case I think it would be like seeing each space a point. Example:…
visual-studio visual-studio-code configuration indentationasked 6 years, 4 months ago Cleyton vinicius 41 -
0
votes1
answer386
viewsGems autocomplete in text editor
Personal is it possible to get an autocomplete experience in some free text editor, similar to what Rubymine does by indexing the Gems code? I tried several alternatives in vscode, like using cTag,…
-
0
votes1
answer154
viewsHTML snippets for JSX
Does anyone know where I can get HTML Snippets to use in Javascript? Example: input: h1 + tab output: <h1></h1>
-
0
votes4
answers4002
viewsVscode does not open page in browser
Next, I installed PHP Debug in VS Code just like this site teaches https://imasters.com.br/back-end/configurando-debugger-php-no-vs-code, however, when running vs does not open the page in the…
-
0
votes0
answers58
viewsValidate JSON schema array - using JS
Guys, I’m trying to perform unit tests with this JSON schema: "Transactions":{ "$id": "http://example.com/example.json/items", "type": "object", "additionalProperties": false, "properties": { "UUU"…
-
0
votes2
answers1939
viewsVS Code: Unable to initialize the PRN device (Python 3.7.2)
Hello! I’m having a problem configuring Python in VS Code. When you execute the command print('Olá Mundo!'), the terminal returns: Unable to initialize PRN device. The VS Code version is: 1.30.2…
-
0
votes0
answers45
viewsConnectionstrings Visual Studio Code
I’m using Visual Studio Code with the mssql extension on linux, I need to nail Connection Strings from a database I’ve already created, but I’m not getting.
-
0
votes2
answers10099
views'npm' is not recognized as an internal or external command, a operable program or a batch file
Good evening! I have this problem. I have tried some things I found on the net but nothing has worked so far. npm is installed ([email protected] C: Program Files nodejs node_modules npm) and PATH (C:…
-
0
votes0
answers148
viewsException has occurred: Variabledoesnotexist - Django
Hey, guys, I got a mistake I can’t figure out why. I am creating a simple web client registration app with Django, I am using vscode with text editor. When I start the application the error…
-
0
votes1
answer11899
viewsHow to use PHP in Vscode?
Good afternoon! I used the PHP Storm IDE for programming in PHP, and it allows connection to a remote server and execution of code there on the server. Now, I migrated to VS Code and would like to…
-
0
votes1
answer3250
viewsHow to change the color of text selection in VS Code?
In the image, the selected text is with black color, I want to put a lighter color.…
-
0
votes1
answer52
viewsUpload gif before data reaches page
I am bringing the data from the server through an NGFOR with pipe async but I would like to show a gif of loading until the data arrives, it takes about 3 seconds for the data to appear on the…
-
0
votes1
answer2742
viewsHow to install the language pack (English) in the VS code?
How to install the "Language Pack for VS Code in Brazilian Portuguese"?
visual-studio-codeasked 5 years, 4 months ago Amanda Furtado 3 -
0
votes0
answers245
viewsHow to format Python file in VS Code?
I am trying to format a Python document in VS Code, and the following message appears: command 'php.untrustValidationExecutable' not found How can I fix this? NOTE: Another problem, I have installed…
-
0
votes1
answer193
viewsC++ Compiling/Including all files . cpp from the subdirectories of the /src folder
I use Visual Studio Code + Mingw. My project is the https://github.com/KaueAlves/Grimorie-Tabuleiro As some IDES link between classes automatically, when using VSCODE I came across the need to pass…
-
0
votes0
answers116
viewsAngular shift detection not working for notification component
Hello. I was implementing a notification component to present, on a screen, successful or error messages for user operations. It is based on a Subject in a Service shared, where it feeds a list into…
javascript angular typescript front-end visual-studio-codeasked 5 years, 4 months ago Renan Fernandes 62 -
0
votes1
answer3995
viewsIs there a keyboard shortcut to switch between the terminal and the editor in VS Code?
I know the shortcut Ctrl + Shift + ' opens the terminal and if it is already open it transfers the typing cursor to the terminal, however I would like a shortcut that switches between the two more…
visual-studio-codeasked 5 years, 4 months ago narcizo 21 -
0
votes0
answers353
viewsVS Code key indentation
Good afternoon, you guys. Visual Studio Code has a native configuration to change key indentation (C#)? I have installed the extension C# Fixformat, but when saving the file it starts this way:…
visual-studio-codeasked 5 years, 3 months ago T. Borges 123 -
0
votes0
answers270
viewsError connecting Mysql to Vscode with c++
I’m trying to connect the Mysql for some time in the Vscode with the linux OS Mint +19, and I’m not making it after taking the following steps: I downloaded Connector on the Mysql website:…
-
0
votes0
answers179
viewsSet Attribute Color to specify on a Thema in VS CODE
Personal I am trying to change the colors only of the items to the left of an object in js and totally unsuccessfully I want to change the color of the words I marked in red, help me Plz I tried to…
visual-studio-codeasked 5 years, 2 months ago Henrique Omena 13 -
0
votes1
answer39
viewsUsing a Math function in Vue 2 framework
I’m developing an api on Vue.js that has a button to calculate the power of a certain number. But when I click the button it becomes static, nothing changes. You have to make some change in the…
-
0
votes2
answers9026
viewsRun Javascript code in VS Code
I am unable to execute js code through VS code. Using the recommendation of a post installed the Code Runner using the Control+Alt+N or F1. Always had the following message : [Running] Node "c:…
-
0
votes0
answers1074
viewsConfiguring PHP Codesniffer in Vscode
I am unable to configure the phpcs extension in vscode. What I’ve already done I already downloaded and installed the Composer I installed the phpcs extension in vscode I’ve been trying to set this…
-
0
votes0
answers71
viewsHow to dynamically leave . package configuration in flutter
How to leave dynamic the configuration of . package in flutter, by default of my machine (Windows) is like this: async:file://C:/flutter_windows_v1.5.4-Hotfix.2-stable/flutter/.…
-
0
votes1
answer72
viewsWhen I execute the command $ code . the terminal of the following message
Recently I formatted my PC and when I run the command $ code . to start vs code, the following message appears: [main 2019-10-07T22:55:45.545Z] update#setState idle bash: impossível definir grupo do…
visual-studio-codeasked 5 years, 1 month ago jonyreis 1 -
0
votes3
answers814
views"code ." does not work on linux Mint (zsh terminal)
I’m trying to use the command "code." zsh terminal to open the folder in vscode, but when I run the command it returns me the following error message: zsh: no such file or directory:…
-
0
votes1
answer158
viewsI click the save button to register a product in my database and nothing happens HTML + PHP
I made a code in html + php to register products in my database, the connection class is working because the client registration works and I use the same include_once("connection.php"). The form is…
-
0
votes1
answer262
viewsMessage from Alert Bootstrap in page header
I’m using Bootstrap Alerts 4 for "Invalid user or password" message, the message is showing, but at the end of the page, I need to scroll down a little to see. I would like to insert Alert in the…
-
0
votes1
answer1660
viewsVisual Studio code, showing directories strangely
Now when I’m creating directories inside each other using the VS code is aligning strangely. I have uninstalled, installed again but still continues this way. Has a way to reverse?…
visual-studio-codeasked 4 years, 10 months ago Rodrigo Jacinto 355 -
0
votes1
answer1218
viewsClear Form after Submit and continue on the same page, only with PHP and Html
I created a dialog to register "Categories" and "Products" in the database, everything is working correctly, but I would like that when I click on the Save "Submit" button it clears the campus…
-
0
votes1
answer234
viewsHow to change the color of the $ symbol of the PHP variable in a theme installed in VS CODE
someone knows how to change the color of that PHP variable symbol, the dollar sign ($). I’ve searched and found nothing about it, nor in the documentation.
-
0
votes0
answers147
viewsVSCODE on Ubuntu with Unknown word error
I am using VSCODE with Ubuntu and after copying a program (python) that is working in VSCODE environment with Windows it presents in several lines a few words with error "unknown word" this happens…
-
0
votes0
answers1925
viewsVscode does not recognize external modules in Python
I am using vscode to learn python because I found it more pleasant, but when I try to import libraries from pypi.org after downloading them VSCODE points out that there is no module with that name…
-
0
votes1
answer251
viewsHow to decrease Bar that displays the number of lines and Vscode Sidebar
As I don’t have two monitors on my computer, I have to share the screen with the video lessons of my programming course with Vscode.…
-
0
votes1
answer448
viewsObject oriented: "Undefined Reference to" in main.cpp
I’m starting POO (Object Oriented Programming) and am separating my attributes and methods from the class into different files. They are reading each but in main.cpp is giving the error "Undefined…
-
0
votes1
answer380
viewsVisual Studio Code does not mark functions
Hello, someone could help me, I’m learning JS using Visual Studio, but my VS is not automatically parenting after functions... For example, in my VS appears the options with the names of the…
-
0
votes0
answers32
viewsGithub/Git comVS Code
Good afternoon, My Lords, I’m working with Visualstudio Code,I need to send some files to github, but every time I start the commit I get an error message, not allowing to continue, (follows below),…
-
0
votes1
answer321
viewscommand prompt instantly closing
I am programming in C and using Code Runner to run the code, but whenever I click Run, the command prompt opens and closes very quickly. The problem is with the command prompt closing alone, because…
-
0
votes0
answers40
viewsVisual Studio - Include in project
Good morning, I am in a project where I use Visual Studio for the C# backend and VS Code for the JS front. When I create a folder in vs Code, I always need to go to Visual Studio’s Solution Explorer…
-
0
votes1
answer217
viewsQuit git log or git diff
I turned the remote git log and visualized all the content, until reaching the end according to the print: However, I can’t do anything else in this terminal window. I’ve tried writing exit, type…
-
0
votes0
answers36
viewsDoubt the Better align in Vscode
I’m trying to configure Better Align in Vscode, I’ve already followed some tutorials and even some answers here Stack, but without being able to reach the expected result. I would like to leave the…
visual-studio-codeasked 4 years, 5 months ago Renato Dorado 1 -
0
votes2
answers640
viewsCode gets all white in VS Code, no syntax highlighting or suggestions
When I put the extension ". htm" in the file, back to normal colors and suggestions, but all my applications are configured with ". html". I have uninstalled and installed not solved. Does anyone…
visual-studio-codeasked 4 years, 5 months ago yann santos 1 -
0
votes1
answer843
viewsVS code Do not autocomplete html or css tags on a Blade
I am using Vs code to edit HTM,CSS,PHP. code when I edit code with extension . html and type the html or css tags, it autocompletes showing the command options normally. When this code is performed…
visual-studio-codeasked 4 years, 5 months ago Fabio Henrique 2,156 -
0
votes1
answer241
viewsAccess Denied Error while trying to install my virtual environment in Python
When I try to install my virtual environment in Python, through the " Pip install virtualenv "command, the installation starts but then the following message appears: " ERROR: Could not install…
-
0
votes1
answer216
viewsPHP Codesniffer: LF or CRLF?
Hello I’ve seen a question here about the end-of-line problem that PHP Codesniffer displays: End of line character is invalid; expected "\n" but found "\r\n" However, my doubt is a little…
-
0
votes0
answers151
viewsOpen file . py on Vscode terminal
I’m starting to study python (first language) and I just installed Vscode (previously used Pycharm). I’m getting a lot from the Code settings. Before I could open my script (main.py) straight from…
-
0
votes1
answer1063
viewsHow to use pep8 in Vscode?
I added the extension to the file Settings.json, but when compiling it does not show the errors in the default it should, how can I add PEP8 and test in vscode?
-
0
votes1
answer2291
viewsHow to open an HTML page in the browser with Vscode
I need to open a page in the browser with my HTML codes, using Vscode. However, when I do F1+tasks: Configure Tasks, it does not open tasks.json.