You are here |
zignar.net | ||
| | | |
www.trickster.dev
|
|
| | | | Code level discussion of web scraping, gray hat automation, growth hacking and bounty hunting | |
| | | |
sookocheff.com
|
|
| | | | I first learned Vim in university and, since then, it has been a welcome companion for the majority of my software engineering career. Working with Python and Go programs felt natural with Vim and I was always felt productive. Yet Java was always a different beast. Whenever an opportunity to work with Java came up, I would inevitably try Vim for a while, but fall back to IntelliJ and the IdeaVim plugin to take advantage of the rich language features a full-featured IDE can give you. | |
| | | |
cullmann.io
|
|
| | | | 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: | |
| | | |
harness.io
|
|
| | Looking into GitOps? Read this post to find actionable best practices you can implement when starting out with GitOps. |