current location:Home > Technical Articles > Development Tools > VSCode
- Direction:
- All web3.0 Backend Development Web Front-end Database Operation and Maintenance Development Tools PHP Framework Daily Programming WeChat Applet Common Problem Other Tech CMS Tutorial Java System Tutorial Computer Tutorials Hardware Tutorial Mobile Tutorial Software Tutorial Mobile Game Tutorial
- Classify:
-
- How to create a new project in vscode
- The method for creating a new project in vscode is: 1. First create an empty folder on your computer; 2. Then open vscode, click on file and then open the folder; 3. Finally, select the empty folder that has been created and click to open it. .
- VSCode 6911 2020-02-18 18:05:57
-
- How to change font size in vscode
- The method to modify the font in vscode is: 1. First, click File, Preferences, Settings, and find the editor; 2. Then find the ["editor.fontSize":18] option and set this option to the size you need.
- VSCode 3898 2020-02-18 17:57:55
-
- How to install plug-ins in vscode
- The method for vscode to install plug-ins is: 1. First click the extension button, and in the pop-up search box, enter the plug-in that needs to be installed; 2. Then find the plug-in and click Install; 3. After the installation is completed, restart vscode.
- VSCode 5234 2020-02-18 17:46:37
-
- How to configure eslint in vscode
- How to configure eslint in vscode: 1. Open the terminal and run the [npm install eslint -g] command; 2. Download the eslint plug-in; 3. Open the terminal and run [eslint --init] to initialize; 4. Finally configure [.eslintrc .js] file.
- VSCode 7943 2020-02-18 17:37:23
-
- vscode prompts that the node path cannot be found
- Solution to vscode prompting that the node path cannot be found: 1. First open the terminal and execute the [which node] command; 2. Then open the launch.json file and add ["runtimeExecutable":"/usr/local/node/bin/node "】.
- VSCode 5044 2020-02-18 17:27:35
-
- How to run python program with vscode
- The method for vscode to run a python program is: 1. First install the python plug-in; 2. Then modify the tasks.json file in the Python workspace to be run; 3. Finally, open the python program, right-click and select [run code].
- VSCode 10828 2020-02-18 17:19:20
-
- How vscode runs vue code
- The method for vscode to run Vue code is: 1. First open the project home directory; 2. Then open the terminal; 3. Then run the command [npm run dev]; 4. Finally open the browser and visit [http://127.0.0.1: 8080/] is enough.
- VSCode 4092 2020-02-18 17:08:38
-
- How to set the Chinese locale in vscode
- How to set the Chinese language environment in vscode: 1. First open the locale.json file and edit ["locale":"zh-cn"]; 2. Then open the extension store, search for chinese, and install the [chinese language] plug-in; 3. Finally Just restart the vscode plug-in.
- VSCode 29362 2020-02-18 17:00:58
-
- How to write python program with vscode
- The method of writing python programs with vscode is: 1. First install the python plug-in; 2. Then configure the environment variables; 3. Then create the python file; 4. Finally write the python code and press F5 to run it.
- VSCode 4338 2020-02-13 17:47:49
-
- vscode terminal cannot run commands
- The solution to the problem that the vscode terminal cannot run the command is: 1. First, right-click vscode to open the properties panel; 2. Then switch to the Compatibility tab, check the [Run this program as administrator] option, and restart vscode.
- VSCode 4248 2020-02-13 17:33:32
-
- vscode cannot be opened after downloading
- The solution to the problem that vscode cannot be opened after downloading is: 1. First use win+r to open the run window, enter cmd, and open the command prompt; 2. Then run the [netsh winsock reset] command to allow all operations of the program. .
- VSCode 3983 2020-02-13 17:24:59
-
- vscode sets code indentation
- The method for setting code indentation in vscode is: 1. First open the user settings and uncheck the [editor:detect indentation] option; 2. Then set the value of the [editor:tab size] option to the required number of spaces.
- VSCode 7101 2020-02-13 17:05:38
-
- vscode often reports errors when editing js code
- The solution to the error that is often reported when editing JS code in vscode is: 1. Open the settings, add ["javascript.validate.enable": false], and disable the default JS verification; 2. Install the third-party tool eslint for static checking.
- VSCode 4257 2020-02-13 16:30:43
-
- How to set up automatic saving in vscode
- The method for setting automatic saving in vscode is: 1. First open settings and find the [commonly used] option; 2. Then select the appropriate option as needed, such as [afterdelay], which means automatic saving at a fixed interval.
- VSCode 24757 2020-02-13 16:22:31
-
- vscode failed to set Chinese
- The solution to the unsuccessful setting of Chinese in vscode is: 1. First download the [chinese (simplified)] plug-in and click to reload; 2. Then open the command panel, enter config, open locale.json, and set ["locale":"zh -cn"].
- VSCode 4310 2020-02-13 16:05:04