Hongxiang Jiang

Results 97 comments of Hongxiang Jiang

This issue has been open for almost a year. If you could reproduce this issue, we will definitely fix it. Closing.

The Gopls will handle the add unit tests request following steps below: - Gopls respond to code action request and add three new buttons including add unit test for `selected...

Add a source code action for single function. if the selected range is enclosed by a function decl or a method decl, we will provide this source code action to...

Next CL: Following the existing implementation from `gotest`. When adding for a method, first declare a struct have all the fields as the receiver type. For embedding type, we will...

To update this issue with some decisions: 1. If the `FILE_test.go` does not exist, we will generate `FILE_test.go` with `package PACKAGE_test`. This follows the best practices where we want to...

Great. @firelizzard18 looks like this is already being captured by the Go Companion mode. Do you think we can include this as part of the Go Companion effort?

Hi Alan, sorry I miss this issue. I think the MCP server's logic is not enabled in most of the marker test except if explicitly enabled under `testdata/mcptools/`. And the...

Hi SoCuul, I was able to see what you are observing in your uploaded screenshots. I can answer some of your questions based on the code written in vscode-go. In...

Hi, I did some research based on the discussion above and want to experiment with how this can be implemented. Current behavior, the code snippet below will be folded as...

Hi eihigh@, I think this is a feature that definitely worth implementing. But as I mentioned above in the previous [comment](https://github.com/golang/vscode-go/issues/2311#issuecomment-2637900597), we are now blocked by upstream. To summarize from...