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
The LSP should support codelenses following https://microsoft.github.io/language-server-protocol/specifications/lsp/3.17/specification/#textDocument_codeLens
The first iteration will show > Run Test above tests inside of noir source code and follow up work can add > Prove and Verify above main functions.
> Run Test
> Prove
Verify
A user should see codelenses in their source code while using a LSP client that will allow them to take some action against the code they are writing.
No response
Yes
The text was updated successfully, but these errors were encountered:
Might be better to have execute instead of prove and verify initially -- the former is faster and would not rely on a backend
Sorry, something went wrong.
Compile
main
Execute
phated
Successfully merging a pull request may close this issue.
Problem
The LSP should support codelenses following https://microsoft.github.io/language-server-protocol/specifications/lsp/3.17/specification/#textDocument_codeLens
The first iteration will show
> Run Test
above tests inside of noir source code and follow up work can add> Prove
andVerify
above main functions.Happy Case
A user should see codelenses in their source code while using a LSP client that will allow them to take some action against the code they are writing.
Alternatives Considered
No response
Additional Context
No response
Would you like to submit a PR for this Issue?
Yes
Support Needs
No response
The text was updated successfully, but these errors were encountered: