Latest

All the resources in the Guide, starting with most recent.

Completion for Parameter Types

Tip

Completion for Parameter Types
Better code completion makes working on modern web frontends faster and more enjoyable.
Live Template for Arrow Function

Tip

Live Template for Arrow Function
Create arrow functions quicker thanks to builtin customizable templates.
Sign Git Commits with GPG Keys

Tip

Sign Git Commits with GPG Keys
Improve the security of your commits by using GPG keys.
Preview File Contents

Tip

Preview File Contents
Have a look at what's in the file without opening it.
Open Shell in Kubernetes

Tip

Open Shell in Kubernetes
Run an interactive shell for the container in the selected pod.
Open File in Split Editor

Tip

Open File in Split Editor
View two files side-by-side by directly opening the second one in a split-editor mode
Drag & Drop Editor Tabs

Tip

Drag & Drop Editor Tabs
Change how the editor tabs are grouped or split using drag and drop.
Better Time Format in Completion

Tip

Better Time Format in Completion
Use the commonly known date/time formatting strings while writing time formatting in Go.
Assert Completion in Testify

Tip

Assert Completion in Testify
Write testify asserts faster thanks to the IDE smartness.
Open Console in Kubernetes

Tip

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

Tip

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

Tip

Extract Type Refactoring
Extract a type into its own definition and improve the reusability in your code.