VSCode extension with Go cli
We’re planning to build a VS Code plugin for our tool, and our proposed structure is as follows:
VSCode GO language server and build tags
I have a logging module that works different for prod and dev. I use build tags for this. Everything compiles and works fine, but VSCode doesn’t understand what I’m doing and gives errors.
How to Specify processId When Debugging with dlv-dap
According to the official documentation, I need to specify processId, when I want to attach to a remote running process.
How to make VS Code ignore a Go function
Is there anything in VS Code or Go that can help ignoring a function?
How to make VSCode ignore a Golang Function
There is anything in VSCode or Golang that can help ignoring a Function? For instance, a function has some errors, but its unused for the moment, but I need to test another functionality somewhere else in the project first, and I don’t want to comment out the code.
Annoying highlight after using function call suggestion
VSCode/Go
Annoying highlight after using suggestions on function call
VSCode/Go
When I hit enter on function suggestion there is annoying text selection like this https://imgur.com/a/UGmGGAF and this https://github.com/microsoft/vscode/issues/139890
It only apperas when editing .go files
Cannot to run debug go using VSCode on Mac M2 but necessary to using go env GOARCH=amd64
I would like run debug go using VSCode on Mac M2 but necessary to using go env GOARCH=amd64 bacause soruce code using library bou.ke/monkey,monkey doesn’t work on arm64 (it work if set GOARCH=arm64)
How can I change the editor colors for Go in VS Code?
I want to customize some colors for the editor in VS Code for the Go language. First, I want to start by changing the color for the packages: