Tooltitude Logo
Tooltitude
Level up Your GoLang Productivity
Use blazingly fast high-end productivity features for Go/GoLang in Visual Studio Code!
Install Now

CodeLens Providers

Gain insights into your codebase, understand usage patterns for functions, methods, fields, and interfaces.

demonstration of code lens

Code Inspections

From unused initializations and writes to shadowed variables, unhandled errors, and deprecated symbols, our inspections help you enhance your code.

demonstration of code inspections

References View

Get more information than the built-in references popup. References view allows you to see not only the file where the reference is located, but its package, function. Note: it works only with Tooltitude CodeLens providers.

demonstration of references view

Debug Individual Table Driven Tests

Debug Individual test driven tests with our debugging code lens.

demonstration of debug individual table drive tests

Postfix Completions

Write code faster by using familiar dot notation to generate boilerplate code: generate statements, call library functions, iterate collections and more.

demonstration of postfix completion

Code Actions

Make common code changes with confidence: handle errors, manipulate variables, transform expressions and more.

demonstration of code actions
Level up Even More
With Our Premium Features.
Get 30 Days Free Trial

Move Declarations Between Packages

References are updated when you move declarations between packages with Tooltitude. Don't waste time on doing it manually.

demonstration of move declaration between packages

Change Singatures

Change signatures of non interface methods and functions. Don't do error prone actions manually.

demonstration of the change signature refactoring

Automatically Update References on File Move

Move files between folders with drag and drop, and Tooltitude will update references. Don't waste your time on manual actions.

demonstration of automatic references update on move

Automatically Update Imports on Folder Move or Rename

Save time by updating import path on folder moves and renames with Tooltitude. Don't search and replace package imports manually.

demonstration of automatic imports update

Inline Values in the Debugger

See inline values in your editor during debugging. Displayed values are chosen based on the context.

demonstration of inline values in the debugger

Premium Code Actions

Use code actions to navigate to methods, implementing/implemented interfaces/methods, or Run/Debug main methods and tests. Don't break your flow by using a mouse or touchpad.

demonstration of premium code actions

Unused Symbols in a Workspace

Find entities with no code references in the whole workspace.

demonstration of workspace wide unused symbols report