Dictate in any app · Code

Voice typing in GoLand

Go's culture expects doc comments on exported identifiers, which is a lot of prose. With Typally you hold a hotkey, speak, and the text lands in GoLand exactly where your cursor was.

This is a vendor guide from the makers of Typally. Anything we say about GoLand is worth verifying — third-party features change without notice.
Dictate into GoLand Free forever for 100 minutes a month — no card, no countdown.
Try Typally free

In short

  • GoLand's own dictation: None. Text entry is typed.
  • What Typally does instead: puts text wherever the cursor is, in GoLand or in anything else you have open.
  • Best used for: doc comments

Does GoLand have built-in dictation?

None. Text entry is typed.

Why dictate in GoLand at all?

Go conventions require a doc comment starting with the identifier's name on everything exported. Following that convention properly across a package is real writing, so most comments end up restating the function name.

In practice people use it for: Doc comments, commit messages, package documentation, design notes, and pull request descriptions.

How to dictate in GoLand

Nothing changes inside GoLand itself. Typally sits in the tray and types into the focused window:

1

Download and sign in

Grab the build for your platform and create an account.

2

Click into the right box in GoLand first

The cursor position is the whole instruction — GoLand routes the keystrokes from there.

3

Talk while holding the key

The recording lasts exactly as long as you do.

4

Read it before you move on

Go doc comments have conventions about their first word. Dictate the body and adjust the opening by hand.

What Typally adds in GoLand

Typally types into doc comments and the commit dialog, with custom vocabulary keeping package and interface names intact. Because it works at the keyboard level, the same key also covers the GitHub pull request you write immediately afterwards — one habit rather than a per-tool feature hunt.

What this looks like in practice

A team adopts a rule that every exported function gets a spoken sentence about its error behaviour. Six months on, the package is used by another team without a single clarifying message.

One habit that makes it work better

Write what the function guarantees and what it does not, rather than what it is called. The name is already there; the contract is what readers need.

What to watch out for in GoLand

Go doc comments have conventions about their first word. Dictate the body and adjust the opening by hand.

Frequently asked questions

Does GoLand have voice input?

No. It has no dictation feature.

What makes a good Go doc comment?

The contract — what it guarantees, what it errors on, what it assumes. Restating the name adds nothing.

Can I dictate into GoLand's terminal?

You can, but a terminal executes what it receives. Prefer the editor.

Try it in GoLand

You can try this on the free plan — 100 minutes a month, no card, no trial countdown.

Try Typally free

Also dictate in: IntelliJ IDEA · GitHub · Docker Desktop · Sourcetree · Jenkins · see all apps