Neos Fusion Language Server

The IDE is an integral part of the daily developer experience. It has to support the developer while not staying in their way.

Further enhancement through robust language support not only optimizes development processes but also simplifies everyday work.

Implementations

The standalone language server is not very useful in itself. To unfold its full functionality the server has to be started and configured to work with an IDE.

VSCode

Initially developed as a VSCode extension, the language server is currently exclusively accessible on the VSCode platform.

Marketplace

Sublime Text

In theory, it is already possible to use the language server with Sublime Text, but currently, no plugin is available.

Fleet

Currently, there is no JetBrains Fleet plugin available as external plugins are not yet supported.
Once JetBrains deploys this feature, an extension will be made available.

Others...

Once the language server is relocated from the VSCode extension to its dedicated repository, it can be utilized to create plugins for other IDEs.