日韩性视频-久久久蜜桃-www中文字幕-在线中文字幕av-亚洲欧美一区二区三区四区-撸久久-香蕉视频一区-久久无码精品丰满人妻-国产高潮av-激情福利社-日韩av网址大全-国产精品久久999-日本五十路在线-性欧美在线-久久99精品波多结衣一区-男女午夜免费视频-黑人极品ⅴideos精品欧美棵-人人妻人人澡人人爽精品欧美一区-日韩一区在线看-欧美a级在线免费观看

歡迎訪問 生活随笔!

生活随笔

當(dāng)前位置: 首頁 > 编程语言 > php >内容正文

php

php8vsgo,vscode编辑好go语言代码要怎么运行

發(fā)布時(shí)間:2023/12/13 php 21 豆豆
生活随笔 收集整理的這篇文章主要介紹了 php8vsgo,vscode编辑好go语言代码要怎么运行 小編覺得挺不錯(cuò)的,現(xiàn)在分享給大家,幫大家做個(gè)參考.

vscode運(yùn)行g(shù)o語言代碼需要安裝vscode-go插件。然后使用F5(continue)、F10(step over)、F11(step into)等快捷鍵運(yùn)行g(shù)o語言代碼。

安裝vscode-go 插件

進(jìn)入vscode界面,打開命令面板Ctrl + Shift + P,輸入install,

插件特性包括:Completion Lists (using gocode)

Signature Help (using godoc)

Snippets

Quick Info (using godef)

Goto Definition (using godef)

Find References (using guru)

File outline (using go-outline)

Workspace symbol search (using go-symbols)

Rename (using gorename)

Build-on-save (using go build and go test)

Lint-on-save (using golint or gometalinter)

Format (using goreturns or goimports or gofmt)

Generate unit tests squeleton (using gotests)

Add Imports (using gopkgs)

[partially implemented] Debugging (using delve)

Visual Studio Code Go插件配置選項(xiàng)

啟動(dòng)vscode后選擇 文件菜單 -> 首選項(xiàng) -> 工作區(qū)設(shè)置

在打開的.vscode/settings.json文件,修改goroot和gopath{

// Go configuration

// Run 'go build'/'go test -c' on save.

"go.buildOnSave": true,

// Flags to `go build`/`go test` used during build-on-save or running tests. (e.g. ['-ldflags="-s"'])

"go.buildFlags": [],

// Run Lint tool on save.

"go.lintOnSave": true,

// Specifies Lint tool name.

"go.lintTool": "golint",

// Flags to pass to Lint tool (e.g. ['-min_confidenc=.8'])

"go.lintFlags": [],

// Run 'go tool vet' on save.

"go.vetOnSave": true,

// Flags to pass to `go tool vet` (e.g. ['-all', '-shadow'])

"go.vetFlags": [],

// Pick 'gofmt', 'goimports' or 'goreturns' to run on format.

"go.formatTool": "goreturns",

// Flags to pass to format tool (e.g. ['-s'])

"go.formatFlags": [],

// Run the formatting tools with the -d flag

"go.useDiffForFormatting": true,

// Complete functions with their parameter signature

"go.useCodeSnippetsOnFunctionSuggest": false,

// Specifies the GOPATH to use when no environment variable is set.

"go.gopath": "//home/chenjianhua/gocode",

// Specifies the GOROOT to use when no environment variable is set.

"go.goroot": "/usr/local/go",

// Run formatting tool on save.

"go.formatOnSave": true,

// Run 'go test -coverprofile' on save

"go.coverOnSave": false,

// Specifies the timeout for go test in ParseDuration format.

"go.testTimeout": "30s",

// Enable gocode's autobuild feature

"go.gocodeAutoBuild": true,

// The Go build tags to use for all commands that support a `-tags '...'` argument

"go.buildTags": "",

// Environment variables that will passed to the process that runs the Go tests

"go.testEnvVars": {},

// Autocomplete members from unimported packages.

"go.autocompleteUnimportedPackages": true

}

vscode編輯器快捷鍵

命令面板 Ctrl + Shift + P 或者 F1

轉(zhuǎn)到文件 Ctrl + P

切換終端 Ctrl + `

重命名 F2

調(diào)試 F5(continue)F10(step over)F11(step into)

跳到下一個(gè)有error或者warning的地方 F8

跳到function定義的地方 F12

縮放整個(gè)畫面 Cmd +/Ctrl +

總結(jié)

以上是生活随笔為你收集整理的php8vsgo,vscode编辑好go语言代码要怎么运行的全部?jī)?nèi)容,希望文章能夠幫你解決所遇到的問題。

如果覺得生活随笔網(wǎng)站內(nèi)容還不錯(cuò),歡迎將生活随笔推薦給好友。