use new image shortcode

This commit is contained in:
Christoph Cullmann 2025-07-19 19:30:01 +02:00
parent 7e8ddd7939
commit a535f425d8
No known key found for this signature in database
14 changed files with 50 additions and 50 deletions

View file

@ -20,21 +20,21 @@ What is new?
* Diagnostics support: A tab in the LSP client toolview will show the diagnistics, grouped by file with links to jump to the locations. Issues will be highlighted in the editor view, too.
![Diagnostics support](/posts/kate-lsp-client-continued/images/kate-diagnostics.png)
{{< image src="/posts/kate-lsp-client-continued/images/kate-diagnostics.png" alt="Diagnostics support" >}}
* Find references: Find all references for some variable/function in your complete program. They are listed like the diagnostics grouped per file in an extra tab.
![Find references](/posts/kate-lsp-client-continued/images/kate-find-references.png)
{{< image src="/posts/kate-lsp-client-continued/images/kate-find-references.png" alt="Find references" >}}
* Improved document highlight: Highlight all occurrences of a variable/... inside the current document. Beside highlighting the reads/writes/uses, you get a jump list like for the other stuff as tab, too.
![Improved document highlight](/posts/kate-lsp-client-continued/images/kate-document-highlight.png)
{{< image src="/posts/kate-lsp-client-continued/images/kate-document-highlight.png" alt="Improved document highlight" >}}
A feature I missed to show last time:
* Hover support: Show more meta info about a code location, like the proper type, useful e.g. for [almost-always-auto](https://herbsutter.com/2013/08/12/gotw-94-solution-aaa-style-almost-always-auto/) C++ programming.
![Hover support](/posts/kate-lsp-client-continued/images/kate-hover.png)
{{< image src="/posts/kate-lsp-client-continued/images/kate-hover.png" alt="Hover support" >}}
We even got already two patches for the fresh plugin: