Completion with the Tab key

A small, but handy feature that makes it a little easier to complete symbol names.

This will overwrite the identifier at the caret, making it easy to quickly replace identifiers in code.

How to use:

Use the (macOS) / Tab (Windows/Linux) instead of (macOS) / Enter (Windows/Linux) to accept a suggestion from list.


Related Resources

Better time format in completion
Use the commonly known date/time formatting strings while writing time formatting in Go
Complete Current Statement
Add trailing commas or braces and move the cursor with a single keystroke
Code Completion in Language Injections
See how to use code completion inside strings and other places