Remix.run Logo
lucasyvas 2 days ago

Does Fleet not use LSP?

yonatan8070 2 days ago | parent | next [-]

Considering how non-mature this LSP server is, probably not, Fleet probably uses whatever internal protocols JetBrains use inside their IDEs

someothherguyy 2 days ago | parent [-]

> Backend – a headless service that does the heavy lifting: indexing, static analysis, advanced search, navigation, and the like. Every such operation is initiated by a request from the workspace, which then processes the response and dispatches the data to the components that require it.

> As a backend, you can use a headless IntelliJ IDEA or a language server.

https://www.jetbrains.com/help/fleet/architecture-overview.h...

hocuspocus 2 days ago | parent | prev [-]

Last time I checked it was only for Rust, specifically you couldn't use the LSP feature for arbitrary languages that aren't supported by Fleet yet.

Java and Kotlin are definitely not using the LSP but their proprietary backend.