Partial Match Completion

Complete anything by typing just parts of the identifier

GoLand provides completion suggestions when you typed only a part of a word (any part, even characters from somewhere in the middle).

Also, case-insensitive CamelHump completion is supported, so you can just type the capital letters along with a number of subsequent characters. For example, type ReWrCl to get io.ReadWriteCloser.

How to use:

Works automatically, you don't have to do anything.


Related Resources

Code vision
Focus on your code while getting additional information about it.
Handle Go errors by using a Postfix Completion
Keep writing code as you would and use the Postfix Completion to generate the boilerplate
Better time format in completion
Use the commonly known date/time formatting strings while writing time formatting in Go