File tree Expand file tree Collapse file tree 1 file changed +18
-0
lines changed
Expand file tree Collapse file tree 1 file changed +18
-0
lines changed Original file line number Diff line number Diff line change @@ -34,6 +34,24 @@ Most of the planned features are not implemented yet.
3434- [ ] (Linting)
3535- [ ] (Formatting)
3636
37+ ## Some Screenshots
38+
39+ ### Completion in VS Code
40+
41+ ![ Completion in VS Code] ( https://github.com/slrtbtfs/promql-lsp/raw/master/screenshots/vscode_completion.png )
42+
43+ ### Metric metadata from a Prometheus Server
44+
45+ ![ Metric Metadata in VS Code] ( https://github.com/slrtbtfs/promql-lsp/raw/master/screenshots/vscode_hover2.png )
46+
47+ ### Viewing documentation right from your editor
48+
49+ ![ Docs in VS Code] ( https://github.com/slrtbtfs/promql-lsp/raw/master/screenshots/vscode_yaml.png )
50+
51+ ### Vim and other editors are supported, too
52+
53+ ![ Vim] ( https://github.com/slrtbtfs/promql-lsp/raw/master/screenshots/vim.png )
54+
3755## Using the Language Server
3856
3957A Language Server on its own is not very useful. You need some Language Client to use it with.
You can’t perform that action at this time.
0 commit comments