File tree Expand file tree Collapse file tree 1 file changed +1
-3
lines changed Expand file tree Collapse file tree 1 file changed +1
-3
lines changed Original file line number Diff line number Diff line change 10
10
- Formatting with gofmt
11
11
- Automatic imports with goimports
12
12
- Linting with golint
13
+ - Multiple linters supported with gometalinter
13
14
- Find symbol information with godef
14
15
- 45 snippets
15
16
@@ -45,16 +46,13 @@ Cmd-R | Compile and run the current file.
45
46
Cmd-Shift-R | Compile and test the current package.
46
47
Cmd-B | Build the current package.
47
48
Cmd-Shift-I | Install the current package.
48
-
49
49
Cmd-Shift-D | Open either a package listed in imports or a user-supplied package.
50
50
Ctrl-H | Show the Go HTML documentation for the currently-selected symbol.
51
51
Cmd-D | Go to the original definition of the currently selected symbol.
52
-
53
52
Ctrl-Shift-H | Reformat the document according to the Go style guidelines, automatically resolve imports.
54
53
Ctrl-Shift-L | Run 'go lint'
55
54
Ctrl-Shift-M | Run the default linters supplied by gometalinter
56
55
Ctrl-Shift-V | Run 'go vet'
57
-
58
56
Opt-ESC | Complete the symbol under the cursor.
59
57
60
58
### Snippets
You can’t perform that action at this time.
0 commit comments