Skip to content

Commit 115385f

Browse files
committed
Add Screenshots to README
Signed-off-by: Tobias Guggenmos <[email protected]>
1 parent ab269c6 commit 115385f

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

README.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff 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

3957
A Language Server on its own is not very useful. You need some Language Client to use it with.

0 commit comments

Comments
 (0)