vs-console-snippets READMEA snippets pack to make you more productive debugging with JavaScript/Typescript. Download this extension from the Visual Studio Code Marketplace FeaturesSimply start to write log (or con) and next char will define type of log logClipboardLogs content of clipboard.
logFunctionLogs function name params and its values under it definition.
It supports many function definitions like:
log--Logs a sepparator in order to differentiate log lines or find a particular log line.
logLineNumberLogs current line number.
logAssigmentLogs the value of a varible after its definition.
logThisLineLogs the value of a varible after its definition.
Generic console snippetsconDebug
with a list of console methods. 4. Select one and use tab to navigate. RequirementsZero configuration: works out of the box. Release NotesUsers appreciate release notes as you update your extension. 1.0.0First release 1.0.1Fix README 1.0.2Fix logAssigment and logFunction 1.0.3Add indentation on logFunction snippet |