Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 690 Bytes

File metadata and controls

16 lines (10 loc) · 690 Bytes

GoLens

GoLens is a language server that provides CodeLens-style implementation and references usage counts for Go, similar to what you get in Rust, TypeScript, and other language.

This project exists as a workaround while waiting for native CodeLens support in gopls (golang/go#56695).

Built entirely with Go standrad libraries

Features

  • Show implementation counts for interface
  • Show reference usage counts for interface

Editor Integration

Currently available extensions: