File tree 1 file changed +18
-0
lines changed
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.
34
34
- [ ] (Linting)
35
35
- [ ] (Formatting)
36
36
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
+
37
55
## Using the Language Server
38
56
39
57
A 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