Skip to content

xpressivecode/go-tip

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

48 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

go-tip

This package adds the ability to inspect variables, functions, types, etc., by hovering over them.

go-tip-demo

Overview

This package can return information on the following:

  • Functions
  • Types (including structs with tags)
  • Variables
  • Packages
  • Constants (includes value)
  • Literals

Dependencies

This package relies on go-config to locate your go sdk and tools.

This package relies on guru to retrieve information about the code you wish to inspect.

go get -u golang.org/x/tools/cmd/guru

Having Issues?

As guru works by analyzing files, you must be sure to have saved your changes if your code has been modified.

Contributing

Any contributions would be appreciated. Please fork the repo and submit a pull request.

About

Atom package to add tooltip support for Go

Resources

License

Stars

Watchers

Forks

Packages

No packages published