Explore >> Select a destination


You are here

phaazon.net
| | mariocarrion.com
16.8 parsecs away

Travel
| | Packer is no longer supported; time to migrate to lazy; also, I decided to stop using vim-go, replacing it with go.nvim
| | www.thedigitalcatonline.com
18.0 parsecs away

Travel
| | A blog featuring in-depth posts about Python, Scala, TDD, devops, security and all things development
| | begriffs.com
18.6 parsecs away

Travel
| | Great features are in store for those who truly learn the editor
| | cullmann.io
103.7 parsecs away

Travel
| The new LSP client by Mark Nauwelaerts made nice progress since the LSP client restart post last week. Reminder: The plugin is not compiled per default, you can turn it on via: cmake -DCMAKE_INSTALL_PREFIX="your prefix" -DENABLE_LSPCLIENT=ON "kate src dir" The code can still be found kate.git master, see lspclient in the addons directory. 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. 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. 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. A feature I missed to show last time: