Main FunctionalityThis extension make debugging much easier by automating the operation of writing meaningful log message. Inspired from : https://github.com/Chakroun-Anas/turbo-console-log 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: fmt.Println("SelectedVariableEnclosingClassName -> SelectedVariableEnclosingFunctionName -> SelectedVariable", SelectedVariable) Multiple cursor supported. Properties: It still uses gofmt for settings will be replaced in future.
ParticipateYou're more than welcome to participate in the development of the extension by creating pull requests and submitting issues, link of the project in github: https://github.com/sachinsmc/turbo-fmt-println LicenseMITCredit : https://github.com/Chakroun-AnasEnjoy! |