Skip to content

Commit

Permalink
docs: update the readme with the lsp features (#738)
Browse files Browse the repository at this point in the history
We have added completion recently.

Signed-off-by: Charlie Egan <charlie@styra.com>
  • Loading branch information
charlieegan3 authored May 23, 2024
1 parent 0de5d4f commit e21051b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -633,13 +633,14 @@ The Regal language server currently supports the following LSP features:
- [x] Document and workspace symbols (navigate to rules, functions, packages)
- [x] Inlay hints (show names of built-in function arguments next to their values)
- [x] Formatting
- [x] Code completions
- [x] Code actions (quick fixes for linting issues)
- [x] [opa-fmt](https://docs.styra.com/regal/rules/style/opa-fmt)
- [x] [use-rego-v1](https://docs.styra.com/regal/rules/imports/use-rego-v1)
- [x] [use-assignment-operator](https://docs.styra.com/regal/rules/style/use-assignment-operator)
- [x] [no-whitespace-comment](https://docs.styra.com/regal/rules/style/no-whitespace-comment)

See the [editor Support](/docs/editor-support.md) page for information about Regal support in different editors.
See the [Editor Support](/docs/editor-support.md) page for information about Regal support in different editors.

## Resources

Expand Down

0 comments on commit e21051b

Please # to comment.