Y
Hacker News
new
|
ask
|
show
|
jobs
by
panekj
1261 days ago
LSP only applies to programming languages and specific configuration files, it's useless when you edit files such as JSON/YAML/etc.
2 comments
makapuf
1261 days ago
indeed. LSP are for high latency, high impact, careful changes. multicursor edits (with sublime for me) are for those "replace all the str_something with string_something in the next 3 lines, quick"
link
Kab1r
1261 days ago
There are LSP servers for YAML (and by extension JSON)
link