Main FunctionalityThis extension make debugging much easier by automating the operation of writing meaningful log message. FeaturesI) Insert meaningful log message automatically Two steps:
The log message will be inserted in the next line relative to the selected variable like this: console.log("SelectedVariableEnclosingClassName -> SelectedVariableEnclosingFunctionName -> SelectedVariable", SelectedVariable) Multiple cursor support: Properties:
A wrapped log message : II) Comment all log messages, inserted by the extension, from the current document All it takes to comment all log messages, inserted by the extension, from the current document is to press alt + shift + c III) Uncomment all log messages, inserted by the extension, from the current document All it takes to uncomment all log messages, inserted by the extension, from the current document is to press alt + shift + u IV) Delete all log messages, inserted by the extension, from the current document All it takes to delete all log messages, inserted by the extension, from the current document is to press alt + shift + d V) Add styling options for each part of the variable's path definition. Properties:
Warning: The extension rely on the log message prefix in order to detect the generated log messages, missing up the prefix will result on the failure of the detection and hence the failure of commenting, uncommenting and deleting the log messages. Release Notes1.0.0Initial release of Turbo Console Log 1.1.0
1.2.0
1.3.0
1.4.0 (tuur29)
LicenseMIT © Chakroun Anas Edited by Tuur Lievens Enjoy! |