
Developer in Go and a big fan of GoLand
Tip
Stop a Remote Process After Debugging ItTip
Code completion in Evaluate Expression, Watches or Conditional BreakpointsTip
Type HierarchyTip
Code Completion in Language InjectionsTip
Completion with the Tab keyTip
Exclude Items from Auto-imports and CompletionTip
Method-like Completion for FunctionsTip
Complete Current StatementTip
Navigate Between Open FilesTip
Rename a File and its ReferencesTip
Select all Occurrences in a FileTip
Add Line After/BeforeTip
Put New Project Under Version ControlTip
Detect Incorrect Usages of t/b.Fatal* Calls in GoroutinesTip
Expanding/Shrinking SelectionTip
Generate Imports While TypingTip
Live Template to Create a for LoopTip
Move Block Up/Down Using KeyboardTip
Optimize ImportsTip
Navigate Cursor Position Back and ForthTip
Detect Variable Shadowing While Writing Go CodeTip
Live Template to Write Benchmark FunctionsTip
Live Template to Create Test FunctionTip
Run Individual Testify Test SuitesTip
Perform Simple Math in Search EverywhereTip
Sync the IDE Theme with the OS ThemeTip
Better Time Format in CompletionTip
Open File in Split EditorTip
Live Template for Arrow FunctionTip
Completion for Parameter TypesTip
Code Completion for Classnames and More in React CodeTip
Inspect size_size Values for Errors in docker-compose.yaml FilesTip
Extract Type RefactoringTip
Use Completion for Container Names and TagsTip
Create Missing Struct Types with all FieldsTip
Support for go:embed DirectiveTip
Handle Go Errors by Using a Postfix CompletionTip
Search Text or Files in Local HistoryTip
Cleanup Code Before CommitTip
Inspect device_cgroup_rules Values for ErrorsTip
Inspect Port Mapping for Errors in docker-compose.yaml FilesTip
Select the Builtin Terminal Cursor ShapeTip
Declare a Targeted Go Version in go.modTip
Builtin HTML previewTip
Connect to a MongoDB databaseTip
Querying Data from MongoDB DatabasesTip
Cleanup Unused IDE DirectoriesTip
Pause and Unpause ContainersTip
Create a Scratch File from SelectionTip
Convert Slice to Array Pointer