Skip to content
Mikko edited this page Feb 1, 2025 · 3 revisions

µlsp wiki

Development tips

  • To debug issues start micro with the -debug flag and run tail -f log.txt in another terminal to see what's happening in real time (you may want to add or comment out some log() calls)
  • Try to follow the LSP specification, but note that different language servers may interpret the spec slightly differently so it's good to test with multiple different language servers.

Useful links for developers:

Clone this wiki locally