Tips

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

Rename Constants That Use Reserved Names
Rename Constants That Use Reserved Names
Rename a constant if it uses a name of a built-in constant.
Delete a Type Parameter with an Empty Parameter List
Delete a Type Parameter with an Empty Parameter List
Type parameters with empty parameter lists are reported as errors, but you have a quick-fix in GoLand to put it right.
Convert Empty Interfaces to `any`
Convert Empty Interfaces to `any`
Check and replace empty interfaces that are used as types or type constraints.
Quick Documentation
Quick Documentation
View documentation for any symbol without interrupting your workflow.
Fuzz testing
Fuzz testing
Automate your tests by continuously submitting various input.
Fill Paragraph for Go Comments
Fill Paragraph for Go Comments
Ensure that comments have the width you like.
Support for TypeScript Types in JSDoc
Support for TypeScript Types in JSDoc
Give the IDE new powers thanks to TypeScript-based types.
Reload Browser Pages on Save
Reload Browser Pages on Save
Work on your frontend then switch to the browser to see how it looks like
Refactor Names in React useState Hooks
Refactor Names in React useState Hooks
Rename both values of from useState hooks at once
Code Completion for Classnames and More in React Code
Code Completion for Classnames and More in React Code
Spend less time typing or explore the possibilities for various CSS class names in React aps.
Completion for Parameter Types
Completion for Parameter Types
Better code completion makes working on modern web frontends faster and more enjoyable.
Live Template for Arrow Function
Live Template for Arrow Function
Create arrow functions quicker thanks to builtin customizable templates.