in the process of using vscode to debug code. If I print an object in my code, the output in the debug console looks like this. How can I configure to expand this object by default instead of clicking on it one by one to see the contents?
in the process of using vscode to debug code. If I print an object in my code, the output in the debug console looks like this. How can I configure to expand this object by default instead of clicking on it one by one to see the contents?
consloe.log (JSON.stringify (object))
I also want to know.
how can Visual Studio Code open a browser to display HTML? directly in the editor ...
can vscode directly enter js code and display results like a chrome debug window? It is not displayed through the browser. Is there such a plug-in? ...
how does vscode jest complete automatically? I installed vscode-jest , but it can t be completed automatically. am I missing something? ...
Line wrapping is often used in current formatting eg: return wepy.chooseImage({ count: 1, sizeType: "original" }).then(res => res.tempFilePaths[0]); will be formatted as return wepy .chooseImage({ count: 1, ...
friends who have used webstorm should know that it can COPY a piece of html from a html file and then paste it in js. It can automatically generate n and + signs. Do not know that there is such a plug-in in vscode? After all, splicing HTMLs is too tr...
how does the code highlight when 1:vscode previews markdown? question 2: set VScode markdown preview style, unable to load stylesheet? Confirm that the path is correct "markdown.styles ": [ "file: D: markdown.css "], there are other markdown editor...
how to quickly copy a row in vscode? Is the operation of webstrom ctrl+D? ...
as shown in the figure, not only webpack, but also react are automatically replaced, not one or two files, but the entire project. ...
cannot jump using the git, function that comes with vscode. How to solve the problem? ...
configures everything according to the documentation and generates an extended directory. there was a problem when opening debugging. The generated launch.json code is as follows: there are bosses who know the problem. The project and inter...
problem description the environmental background of the problems and what methods you have tried these plug-ins Auto Close Tag Auto Rename Tag Elm Emmet HTML Snippets have been installed and set in the configuration file as follows: related codes...
1. Using vscode, to write a simple html, for the first time introduces a common.js file, but when you use the functions in the js in html, you don t get a prompt 2. The code is as follows js code function getCurrentFileName() { console.log( ...
problem description there is a list of topics recently created by the user on the user page. When you click on the last reply message on a topic, jump to the topic page and navigate to the last reply. But now after the jump to the past can not be loca...
when using vscode, you will find that some input boxes of vscode will show a white border, which feels so ugly and how to hide it. Like this one below. ask if you have encountered a similar situation and how to hide this white border ...
for example, I recently used vue+ts+iview to do a project. But ts reported an error Property validate does not exist on type Element | Element [] | Vue | Vue [] .Property validate does not exist on type Element . Although it does not affec...
problem description The height of the antd-mobile carousel component is very small when initialized, and it will display normally only when you switch to the second picture. What should I do with it? the environmental background of the problems and ...
what plug-ins are used for this indentation filled with points ...
problem description The VSCode editor uses the Prettier plug-in formatting code. But after formatting, the HTML tags are all on one line. the platform version of the problem and what methods you have tried VSCode version 1.30.1 (1.30.1) related ...
node project failed to start debugging, solve ...
import { debounce } from "throttle-debounce"; The editor is vscode with vetur and prettier installed. It is useless for me to disable these two plug-ins separately. When the project does not start the development environment, this code c...