Skip to content

bmuskalla/atom-go-jump-test

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Atom+Go: Jump To Test

Build Status Dependency Status

Easily jump between Golang source code and the corresponding test code.

Overview

image

This package includes the following functionality:

  • Jump from Go source code to corresponding test
  • Jump from test to corresponding Go source
  • Automatically creates missing test file with failing stub test

The default keybinding is ctrl+alt+j

Platforms

The package has CI for OS X and Ubuntu.

Contributing

Contributions are greatly appreciated. Please fork this repository, make your changes, and open a pull request.