-
Notifications
You must be signed in to change notification settings - Fork 35
New issue
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
Docs: add separate page for language server features #880
Conversation
- [x] Formatting | ||
- [x] Code completions | ||
- [x] Code actions (quick fixes for linting issues) | ||
- [x] [Diagnostics](https://github.com/StyraInc/regal/blob/main/docs/language-server.md#diagnostics) (linting) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
All the links here should be updated to point to docs.styra.com later... but since those aren't there yet, I'll do this in the meantime.
docs/assets/lsp/documentsymbols.png
Outdated
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think of symbols more as that view in VS Code? Might that be good to show here too?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good idea. will add!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This looks great to me!
@@ -0,0 +1,137 @@ | |||
# Language Server | |||
|
|||
In order to support Rego policy development in editors like |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
In order to support Rego policy development in editors like | |
To support Rego policy development in editors like |
docs/language-server.md
Outdated
src="assets/lsp/diagnostics.png" | ||
alt="Screenshot of diagnostics as displayed in Zed"/> | ||
|
||
Future versions of Regal may include also compilation errors as part of diagnistics messages. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Worth a link to #745?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
For sure! Fixing.
Signed-off-by: Anders Eknert <[email protected]>
Signed-off-by: Anders Eknert <[email protected]>
No description provided.