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.

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
Better Time Format in Completion
Use the commonly known date/time formatting strings while writing time formatting in Go.
Complete Current Statement
Complete Current Statement
Add trailing commas or braces and move the cursor to the right place with a single keystroke.
Code Completion in Language Injections
Code Completion in Language Injections
See how to use code completion inside strings and other places.