this post was submitted on 10 Jan 2026
36 points (100.0% liked)
Web Development
4976 readers
8 users here now
Welcome to the web development community! This is a place to post, discuss, get help about, etc. anything related to web development
What is web development?
Web development is the process of creating websites or web applications
Rules/Guidelines
- Follow the programming.dev site rules
- Keep content related to web development
- If what you're posting relates to one of the related communities, crosspost it into there to help them grow
- If youre posting an article older than two years put the year it was made in brackets after the title
Related Communities
- !html@programming.dev
- !css@programming.dev
- !uiux@programming.dev
- !a11y@programming.dev
- !react@programming.dev
- !vuejs@programming.dev
- !webassembly@programming.dev
- !javascript@programming.dev
- !typescript@programming.dev
- !nodejs@programming.dev
- !astro@programming.dev
- !angular@programming.dev
- !tauri@programming.dev
- !sveltejs@programming.dev
- !pwa@programming.dev
Wormhole
Some webdev blogs
Not sure what to post in here? Want some web development related things to read?
Heres a couple blogs that have web development related content
- https://frontendfoc.us/ - [RSS]
- https://wesbos.com/blog
- https://davidwalsh.name/ - [RSS]
- https://www.nngroup.com/articles/
- https://sia.codes/posts/ - [RSS]
- https://www.smashingmagazine.com/ - [RSS]
- https://www.bennadel.com/ - [RSS]
- https://web.dev/ - [RSS]
founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
You can do that via CLI, too, by the way. You can watch your source code directory for file changes with
entr: https://manpages.org/entrMake sure to see the examples at the end of the man page, since usage isn't entirely obvious...
And if you want KDevelop without being so focused on KDE development, then that's basically Kate: https://kate-editor.org/
If you install the LSP servers for your toolchain (and check that Kate auto-starts them), then it can assist pretty well for different programming languages (i.e. virtually indistinguishable from VSCode, as far as I'm aware).
Thanks for this. I'm on KDE, and I have to admit that I never took the time to look into Kate for anything outside of editing random text files. So, I've now jumped in and will be test driving this for a few weeks to see if I can make the switch.
Yeah, they sneakily added LSP support a while ago and that brought it up to almost the level of a full-fledged IDE. I've been using it for all my personal projects since then and been quite happy with it. It does have some rough edges here and there, but that it's a lightweight editor that feels native on KDE more than makes up for it IMHO.