File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change 165
165
[ VS Code Go extension ] : https://marketplace.visualstudio.com/items?itemName=golang.go
166
166
[ Go installation guide ] : https://golang.org/doc/install
167
167
[ this video from the Go Open Source Live conference ] : https://opensourcelive.withgoogle.com/events/go/watch?talk=session3
168
- [ IntelliSense ] : docs/features.md#intellisense
169
- [ code navigation ] : docs/features.md#code-navigation
170
- [ code editing ] : docs/features.md#code-editing
171
- [ diagnostics ] : docs/features.md#diagnostics
172
- [ testing ] : docs/features.md##run-and-test-in-the-editor
168
+ [ IntelliSense ] : https://github.com/golang/vscode-go/blob/master/ docs/features.md#intellisense
169
+ [ code navigation ] : https://github.com/golang/vscode-go/blob/master/ docs/features.md#code-navigation
170
+ [ code editing ] : https://github.com/golang/vscode-go/blob/master/ docs/features.md#code-editing
171
+ [ diagnostics ] : https://github.com/golang/vscode-go/blob/master/ docs/features.md#diagnostics
172
+ [ testing ] : https://github.com/golang/vscode-go/blob/master/ docs/features.md##run-and-test-in-the-editor
173
173
[ debugging ] : #debugging
174
- [ full feature breakdown ] : docs/features.md
174
+ [ full feature breakdown ] : https://github.com/golang/vscode-go/blob/master/ docs/features.md
175
175
[ workspace documentation ] : https://github.com/golang/tools/blob/master/gopls/doc/workspace.md
176
- [ `Go: Install/Update Go Tools` command ] : docs/commands.md#go-installupdate-tools
176
+ [ `Go: Install/Update Go Tools` command ] : https://github.com/golang/vscode-go/blob/master/ docs/commands.md#go-installupdate-tools
177
177
[ documentation about supported workspace layouts ] : https://github.com/golang/tools/blob/master/gopls/doc/workspace.md
178
178
[ Workspace Folders ] : https://code.visualstudio.com/docs/editor/multi-root-workspaces
You can’t perform that action at this time.
0 commit comments