A page written in the project can not be found, the project file is a little large, vaguely remember which also has a few lines of code, how to find this file through a sentence of code. for example: consolo.log (count), uses this to find which page in ...
Xcode and vscode have been installed on the computer vscode has also installed the following plug-ins ] : < hr > tasks.json { "version": "2.0.0", "tasks": [ { "label": "build hello ...
The problem above is indicated in the less file, but no solution can be found. the code is as follows each(12 14, { .fs-@{value} { font-size: unit(@value, px) } }) ...
problem description The vscode+debugger for chrome plug-in develops vux-based mobile web programs, and adds breakpoints in vue. When executed, the breakpoints do not match, and debugging sometimes stops where the breakpoints are not set. another pr...
I am using cPP primer to learn the class. When I use vs code to do exercises after the book, I encounter a mistake and don t know how to solve it. this is the related code, and the title requires "add the correct constructor to the Person class " -...
doesn t work or doesn t work. Every once in a while, I find that the page cannot be refreshed . As soon as I recompile , I wonder if there is any thread in vscode that affects . do you know that there are great gods? Good headache ...
the code in App.vue is as follows onLaunch (options) { console.log(options.scene) if (wx.canIUse( getUpdateManager )) { const updateManager = wx.getUpdateManager() updateManager.onCheckForUpdate(function (res) { if (res.hasUpd...
for example, I have 100 business-related words, and I want to be prompted and completed automatically when I enter them in vs code. Do you need to write a plug-in to do that? Thank you ...
use vue + iview in a project to develop a project that uses iview s table plug-in for table rendering when looping with v-for: how the data property should loop related codes <div v-for="(info,index) in jizuInfo"> ...
projects use eslint to standardize js code. You can install plug-ins in vscode , and directly configure "eslint.autoFixOnSave ": true in usersetting.json . In this way, saving can automatically format js code but here comes the problem: temp...
When vscode writes jsx, you can extend div. to < div className= " " > < div > via tab. However, there are two problems. is configured in eslint with single quotation marks in the case of using react-css-module, I need to extend directly to s...
topic description this.props.name is not displayed, but the event triggered by onclick is valid, which changes the value of name to ls . < H1 > written as class class cannot be fetched < H1 > import {observable,action,computed} from mobx cl...
sudo add-apt-repository ppa:ubuntu-desktop ubuntu-make sudo apt-get update sudo apt-get install ubuntu-make after installing Ubuntu Make, then use the following command to install Visual Studio Code: umake web visual-studio-code the error is as ...
my configuration is as follows: "eslint.autoFixOnSave": true, "eslint.validate": [ "javascript", "javascriptreact", { "language": "html", "autoFix": t...
which eslint syntax configuration file is the vs code eslint plug-in based on after configuration? "eslint.validate": [ "javascript", "javascriptreact", "html", { "language": "vue", &q...
how to indent automatically after entering a carriage return in a tag in VSCODE? like sublimetext3, VSCODE can do this in tags similar to DIV,UL, but not tags like script and style. In the specific picture above, you can see what I m talking about at a...
in react native, I use the uri returned in react native image picker to upload the image to Qiniuyun. The url opening of the image returned by the downloaded api on Qiniuyun is a text file upload code: ` upload const upload = async (file, token) = >...
The vue plug-in used by is officially recommended by vetur,. When editing .vue files and selecting vue in language mode, you cannot use go to definition or preview definition. The language selection mode must be changed to JavaScript. Is there any way to...
egg breakpoint debugging launch.json is normal according to the network settings, and all breakpoints are invalid after startup. have no choice but to ask for help. ...
recently using PHP STORM, as an IDE is very powerful, but it is so bloated that it feels slow to operate. And these days, it often causes the exception of the local server because it occupies the debugging port, which is very strange. So I want to chang...
when I use functional rendering, I find that the element I render does not have data-v-xxx, but everything else, and then my style cannot affect the element I rendered manually. The vue component generates an additional data-v-xxx, when generating the e...
single-page application, angular library files referenced by script tags and controller.js and model.js, of each module can be packaged using webpack, non-professional front end. Thank you. ...
Click the create button to load another component into the overlay green box, and the newly loaded page can return the current green box content. I asked for advice, but I didn t learn how long I had a headache. ...
made a websocket chat room. encountered a problem. Where is a better place to keep chat records? Friends list requests the server s chat history interface (that is, to switch chat objects) when clicking Friends , but it doesn t feel right to...
vue project, rich text is only an item in the form, so there is no need to automatically focus on rich text. If you set it to focus on the first item of the form, there is a problem that the echo of rich text will "grab " the focus back ....