have you used the vscode-weex plug-in in vscode to create a new weex project? has been stuck since I executed weex:new project....
when using VS Code on Mac, some problems were found on the command line, including 1, when using the built-in simplified Pinyin input method, when the caps lock key is turned on, it will not be converted to input lowercase letters, but uppercase letter...
< H2 > Preface < H2 > when writing html files with vscode, I found a very uncomfortable place that I didn t know how to set it up. Please ask everyone. < H2 > problem description < H2 > vscode s smart prompt code completion function. After enter...
I found my code instruction invalid according to the tutorial on official website , I wonder why the code directive can t be found, is there anything else I need to install? ...
how VSCode sets webstorm is the same as automatic add (that is, VSCode s Stage Changes) when creating files ...
Business background in vscode left explorer changed the name of a file if there is a reference to this file in the code also has to modify all the referenced code. It s too much trouble in webstorm , the directory or file name is modified...
problem description configuration in go-task { "label": "Go-Build", "type": "shell", "command": "go", "args": [ "build", ...
when creating a typescript project using vue-cli 3, if the project is in a subfolder, vscode cannot resolve the path correctly, and the error in 1 will not disappear unless the subfolder is upgraded to the root directory. As follows: 1. Project stru...
recently I have been using vs code to learn django . In models.py , when I type name = CharF, the following prompt will appear. what I want to ask is Why does it prompt char_field, not CharField, Why is there an extra models after completion...
problem description debug node in vscode Xiang, and configure the debug file as follows: : This function is executed when logs in, and cmd has printed 99999999999999, but the program does not block at the breakpoint, nor does it report an error ...
write node code in vscode. For example, I want to see how the fs.readFile source code is written, and how to jump to the source code through the left mouse button click function of ctrl+ ....
has always been curious, what is the line of the VScode navigation bar for? ...
the old background project, there is no front and back end separation, want to use vue vue syntax to highlight in the html file, not .vue file, does vscode have plug-ins? ...
questions are as follows: when you hear that visual studio code supports JAVA, download and use it. There is a problem in the process of using it. No matter what you type, there is always an error Evaluation failed because the thread is not suspend...
-the problem file downloaded when using the leetcode plug-in in vscode is under the $HOME .leetcode directory by default. How do I change the directory? -- read the official document mentioned-- "if the current VS Code does not have an open folder, t...
< H2 > question < H2 > want to customize the preview style of markdown on vscode. The official solution is to add the following code to the settings: The same problem was found in Issues , but the official solution is invalid. Unfortunately, the ...
as shown in the following figure, vscode on the left and webstrom on the right, but the eslint of vscode does not take effect ...
paste the code in the setting file { first. "editor.formatOnSave": true, "eslint.autoFixOnSave": true, "eslint.validate": [ "javascript", "javascriptreact", { "language": &...
there is a website. I need POST to get the results. The form is a string, but the site uses . multipart form-data; boundary=----WebKitFormBoundarynbWPsDcpAABnZ22R The form of , and the content of boundary varies from browser to browser, which is above...
https: code.visualstudio.com... that s what it should be. It used to be on the left and right, and on the right is the user configuration. now I can t find it. A good egg hurts. ...
problem description requirements: drag a node in the antdtree control to a div container, the environmental background of the problems and what methods you have tried tried react-dnd, but react-dnd only supports native tags, not react components...
for example, there is a whole row of JSON data and what I need is { productNo:xxx, key1:value1, key2:value2 } in this form ...
1, Nginx settings are as follows -sharp websocket upstream wss_svr { server 192.168.213.182:1234 weight=1; } -sharp 443 sslwebsocketswss server { listen 443; server_name www.a.com; ssl on; -sharp nginx.conf ssl_...
The database has two tables for students and classes, and the field classId in the student table is associated with the field id in the class table. in a transaction, I first changed the classId of student2 in the student table to 1, and then went ...
Test and production environments in vue projects are often different from each other in front of URL. is now defined in main.js. Vue.prototype.host = http: test.xyz voronezh ; Vue.prototype.host = http: dbtest.xyz voronezh ; these two variable...