Closed10
vscodeのコマンドパレット上の@で関数などを選択できる仕組みを把握したい
Ctrl + shift + o のGo to symtol in fileか
Go to Symbol in File
Document Symbols Request
LSPのdocument symbolsかな?
goだったら gopls symbols <file>
で手に入りそう
display selected file's symbols
Usage:
gopls [flags] symbols <file>
Example:
$ gopls symbols helper/helper.go
yamlでいじりたい
yaml language serverだとこの辺?
?? 外部コマンドを呼べる口がある?
Execute a command
outdated
このスクラップは4ヶ月前にクローズされました