Tips

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

Better Time Format in Completion
Better Time Format in Completion
Use the commonly known date/time formatting strings while writing time formatting in Go.
Assert Completion in Testify
Assert Completion in Testify
Write testify asserts faster thanks to the IDE smartness.
Open Console in Kubernetes
Open Console in Kubernetes
Attach to the console of a process running inside a container of the selected pod.
Use Completion for Container Names and Tags
Use Completion for Container Names and Tags
Save a few typos and use completion to handle the container name and tag in a Dockerfile.
Extract Type Refactoring
Extract Type Refactoring
Extract a type into its own definition and improve the reusability in your code.
Change Struct Tag Style
Change Struct Tag Style
Quickly change different styles of the struct tags.
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.
Search Text or Files in Local History
Search Text or Files in Local History
Find exactly what you are looking for, even if you removed it
Rename Go Module Refactoring
Rename Go Module Refactoring
Upgrade Go modules to newer versions with ease