Author Topic: Language Server Support  (Read 1213 times)

Moomalade

  • Junior Community Member
  • Posts: 3
  • Hero Points: 0
Language Server Support
« on: September 06, 2023, 11:42:24 PM »
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.