Skip to content

Commit

Permalink
Add code lens image to the docs (#2074)
Browse files Browse the repository at this point in the history
  • Loading branch information
predragnikolic authored Sep 30, 2022
1 parent 75b59d2 commit cdbd794
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions docs/src/features.md
Original file line number Diff line number Diff line change
Expand Up @@ -152,6 +152,13 @@ This package presents Code Lenses as a greenish clickable annotation positioned

Sublime Text has no concept of Code Lenses.

![code-lens](./images/code-lens-annotation.png)

> `"show_code_lens"` is set to `"annotation"`
![code-lens](./images/code-lens-phantom.png)
> `"show_code_lens"` is set to `"phantom"`
## Inlay Hints

Inlay hints are short textual annotations that show parameter names and type hints for servers that support that feature.
Expand Down
Binary file added docs/src/images/code-lens-annotation.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/src/images/code-lens-phantom.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit cdbd794

Please sign in to comment.