Tips

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

See VCS Changed Lines in Gutter
See VCS Changed Lines in Gutter
Quickly spot which parts of your file have changed since the last commit.
Only Commit Some Changes
Only Commit Some Changes
Select specific files or regions within files during the commit process for a lower level of commit granularity.
Fix Your Work with Amend Commit
Fix Your Work with Amend Commit
Put some missing work back into your last commit, before you push.
Code vision
Code vision
Focus on your code while getting additional information about it.
Go Doc Comments in Quick Documentation
Go Doc Comments in Quick Documentation
Support for links, lists, and new headings in doc comments.
Integrated Go Playground
Integrated Go Playground
You can format and share your code, change the Go version, and run your code using the Go playground server.
Generate 'go.work' for a Project
Generate 'go.work' for a Project
Generate 'go.work' by using the context menu or a quick-fix with 'replace' directives.
Generate Tests for Generic Functions
Generate Tests for Generic Functions
Use a shortcut to generate test files for your generic functions.
Use Local History to Avoid Disaster
Use Local History to Avoid Disaster
Use the IDE's built-in history facility to recover local changes when you haven't committed to VCS.
Undo your Last Commit
Undo your Last Commit
Undo your last Git commit
Quickly Explore Database Tables in any JetBrains IDE
Quickly Explore Database Tables in any JetBrains IDE
Explore your database without writing any SQL code.
Edit Commit Message
Edit Commit Message
Edit the wording in your last commit message, after you committed.