We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I am loving gauge but me and others use golang and we want the nice lsp aspects for writing tests for our golang code.
maybe I missed something but according to the docs golang is not supported .
Is there a reason for this that I maybe am missing ??
For e.g.
gauge run specs
gauge -v
The text was updated successfully, but these errors were encountered:
The IDE features for VS code are implemented using the Language server protocol. This needs to be implemented for every language runner.
When this work was picked up, due to limited capacity, the team at that time didn't implement LSP support for golang as no one was using it.
There seems to be a renewed interest in go lang runner now. It will be great if someone can send a pull request to add support.
Sorry, something went wrong.
No branches or pull requests
Describe the bug
I am loving gauge but me and others use golang and we want the nice lsp aspects for writing tests for our golang code.
maybe I missed something but according to the docs golang is not supported .
Is there a reason for this that I maybe am missing ??
What command(s) did you run when you found the bug?
For e.g.
Output, stack trace or logs related to the bug
Versions
Gauge (Output of
gauge -v
)Node.js/Java/Python/.Net/Ruby version
Operating System information
IDE information
The text was updated successfully, but these errors were encountered: