Testimonial from Maisie M Meyers, author of A Little Lies Invisible🎉
#WritingCommunity #AuthorServices #AuthorCommunity #Editor #Testimonial
Testimonial from Maisie M Meyers, author of A Little Lies Invisible🎉
#WritingCommunity #AuthorServices #AuthorCommunity #Editor #Testimonial
If you happen to like @kde s #Kate #Editor an want to use #vhdl_ls LSP, here's a configuration snipped for you:
```
{
"servers": {
"vhdl": {
"command": ["vhdl_ls"],
"url": "https://github.com/VHDL-LS/rust_hdl",
"highlightingModeRegex": "^VHDL$",
"rootIndicationFileNames": ["vhdl_ls.toml"]
}
}
}
```
The `rootIndicationFileNames` property did the trick for me. Before it would not care to check the project-local `vhdl_ls.toml` file.
If you wonder why the heck anyone would do VHDL to themselves: Lucky you, you're beautiful.
Xataka, 10.000 artículos después
https://fed.brid.gy/r/https://javipas.com/2026/05/05/xataka-10-000-articulos-despues/
Driving a text editor as part of a user interface, as this post describes, reminds me of a similar tradition in Lisp. Think of Emacs and other Lisp Machine editors. Such design patterns were also common on Interlisp-D with the TEdit editor which could also be used as a GUI component.