Tips

Visual, standalone, bite-sized learning resources organized into different categories.

Sign Git Commits with GPG Keys
Sign Git Commits with GPG Keys
Improve the security of your commits by using GPG keys.
Run Tests Before Commit
Run Tests Before Commit
Make sure your tests pass before reaching the CI/CD pipeline.
Run Inspections Before Commit
Run Inspections Before Commit
Catch all issues before your code before you commit it.
Cleanup Code Before Commit
Cleanup Code Before Commit
Remove all the redundant parenthesis and other unneeded code before commit.
Detect Unused Dependencies in go.mod Files
Detect Unused Dependencies in go.mod Files
Cleanup go.mod files and keep them lean
Search Text in Local History
Search Text in Local History
Find exactly what you are looking for, even if you removed it
Select the Builtin Terminal Shell
Select the Builtin Terminal Shell
Run multiple shells from the same UI with ease
Select the Builtin Terminal Cursor Shape
Select the Builtin Terminal Cursor Shape
Make the terminal your own, with the cursor shape you want
Run gofmt After the Builtin Formatter
Run gofmt After the Builtin Formatter
Ensure that your code is always formatted with gofmt.
Run actions on save
Run actions on save
Perform various tasks after you save the files you work on
Remove Empty Scratches Automatically
Remove Empty Scratches Automatically
Let the IDE handle the cleanup after testing your ideas
Create a Scratch File from Selection
Create a Scratch File from Selection
Create scratches faster and get the contents you want to test pre-populated.