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 inline values in the debugger

Automatically Update Imports on Move or Rename

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

demonstration of automatic imports update

Inline Values in the Debugger

See variable and parameter values right in your editor 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