(I) Method 1: Define it in advance directly in the script tag, only applicable to this HTML file! let add = function(a,b){ return a + b; }; console.log(add(20,300)); const { ['log']:C } = console; C(add(20,300)); (ii) Method 2: Press the tab key to quickly generate console.log, and the cursor is inside (). Press the tab key again and the cursor will automatically jump to the next line! { // Place your snippets for javascript here. Each snippet is defined under a snippet name and has a prefix, body and // description. The prefix is what is used to trigger the snippet and the body will be expanded and inserted. Possible variables are: // $1, $2 for tab stops, $0 for the final cursor position, and ${1:label}, ${2:another} for placeholders. Placeholders with the // same ids are connected. // Example: // "Print to console": { // "prefix": "log", // "body": [ // "console.log('$1');", // "$2" // ], // "description": "Log output to console" // } } 2. The following interval codes are used to release Example. The meanings of some parameters are as follows: { // Place your snippets for javascript here. Each snippet is defined under a snippet name and has a prefix, body and // description. The prefix is what is used to trigger the snippet and the body will be expanded and inserted. Possible variables are: // $1, $2 for tab stops, $0 for the final cursor position, and ${1:label}, ${2:another} for placeholders. Placeholders with the // same ids are connected. // Example: "Print to console": { "prefix": "cl", "body": [ "console.log('$1');", "$2" ], "description": "Log output to console" } } This is the end of this article about two quick ways to write console.log in vscode. For more relevant vscode console.log writing content, please search 123WORDPRESS.COM's previous articles or continue to browse the following related articles. I hope everyone will support 123WORDPRESS.COM in the future! You may also be interested in:
|
<<: The use of FrameLayout in six layouts
>>: DOCTYPE element detailed explanation complete version
What is LNMP: Linux+Nginx+Mysql+(php-fpm,php-mysq...
Get daily statistics When doing a project, you ne...
The default request header of the http1.1 protoco...
The JD carousel was implemented using pure HTML a...
123WORDPRESS.COM provides you with the FileZilla ...
1. Write the Dockerfile (1) Right-click the proje...
Table of contents Question 1: How are props used ...
Table of contents Preface The difference between ...
Open the centos yum folder Enter the command cd /...
Preface Sometimes file copies amount to a huge wa...
Note: The system is Ubuntu 14.04LTS, a 32-bit ope...
Usage of MySQL memory tables and temporary tables...
Uninstall the system-provided MySQL 1. Check whet...
DOCTYPE Doctype is used to tell the browser which...
Preparation 1. Environmental Description: Operati...