I would love to see SlickEdit roadmap support for Language Servers.
The technology seems mature now, and is well supported across a range of editors.
I have been bouncing between NeoVim and VSCode to use it.
Writing in C++, Swift, Rust and TypeScript, I find the following useful for writing, comprehension and navigation:
- Fix-its, lints and refactors
- Accurate jump to definitions
- Accurate completion suggestions with documentation
While the second two points have been incrementally improved within SlickEdit, the first point needs to leverage language specific eco-systems. That only seems practical with LSP.