Skip to content
Help make the extensions Marketplace better for everyone.
Take this survey!
| Marketplace
Sign in
Visual Studio Code
>
Other
>
wyg-vscode-log
New to Visual Studio Code?
Get it now.
wyg-vscode-log
YI GANG WANG
|
10 installs
|
(
0
)
|
Free
console with prefix
Installation
Launch VS Code Quick Open (
Ctrl+P
), paste the following command, and press enter.
Copy
Copied to clipboard
More Info
Overview
Version History
Q & A
Rating & Review
helloworld README
This is a log
Working with Markdown
Enter str Log and press Shift + D to automatically output console.log ('str ===== ', str)
let str='hello' str.log => console.log ('str ===== ', str)
let obj={name:'zhangsan'} str.name.log("obj.name===========",obj.name)
For more information
git
Enjoy!