Skip to content

Commit

Permalink
Add Screenshots to README
Browse files Browse the repository at this point in the history
Signed-off-by: Tobias Guggenmos <[email protected]>
  • Loading branch information
slrtbtfs committed Nov 13, 2019
1 parent ab269c6 commit 115385f
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,24 @@ Most of the planned features are not implemented yet.
- [ ] (Linting)
- [ ] (Formatting)

## Some Screenshots

### Completion in VS Code

![Completion in VS Code](https://github.com/slrtbtfs/promql-lsp/raw/master/screenshots/vscode_completion.png)

### Metric metadata from a Prometheus Server

![Metric Metadata in VS Code](https://github.com/slrtbtfs/promql-lsp/raw/master/screenshots/vscode_hover2.png)

### Viewing documentation right from your editor

![Docs in VS Code](https://github.com/slrtbtfs/promql-lsp/raw/master/screenshots/vscode_yaml.png)

### Vim and other editors are supported, too

![Vim](https://github.com/slrtbtfs/promql-lsp/raw/master/screenshots/vim.png)

## Using the Language Server

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

0 comments on commit 115385f

Please sign in to comment.