vscode-extension-js-console
FeaturesVSCode extension. Easily insert console statements., by N-Iwata(@rpf_nob) RequirementsVisual Studio Code 1.67.0 later InstallingThis extension is available for free in the Visual Studio Code Marketplace UsagebasicWith selection or cursor into the variable(Anything is OK):
Without selection:
for windows Ctrl+Shift+・・・ only .js, .jsx, .ts, .tsx, .vue, .svelte, .html file supported. text colorEnabled to color the text of console.log. settings < extensions < JavaScript Insert Console < js-console.textColor example
semicolonChoose to have a semicolon or not. settings < extensions < JavaScript Insert Console < js-console.endWithSemicolon singleQuotesChoose single quorts or double quorts. settings < extensions < JavaScript Insert Console < js-console.useSingleQuotes ContributingPull requestsFeel free to make a pull request to the main branch to fix any bugs or suggestions for improvement. IssuesFeel free to create an issue if you have any problems or requests for improvement. License |