|
|
|
|
|
by mikewhy
2720 days ago
|
|
> LSP is an API that talks to compilers, and returns actual relevant data about the code you are working with That's what YCM did as well. Well, compilers or other intellisense-adjacent tools (like Jedi for Python, which Python's language server also used, or Tern for JS). |
|