I think Microsoft's Monaco editor would be good for this sort of thing:

https://github.com/Microsoft/monaco-editor

It's the core editor used by Visual Studio Code, packaged up as a
standalone component.

I recently saw that a company called TypeFox found a way to make Monaco to
speak the "language server protocol" used by VSCode, with the language
server running on the backend instead of in a separate process on the
client.

http://typefox.io/teaching-the-language-server-protocol-to-microsofts-monaco-editor

Getting Monaco to work with the NextGenAS language server on the backend is
probably not trivial (and it definitely should wait for a future
iteration), but it would be really cool to see IntelliSense/completion
working from the browser.

- Josh

On Wed, Apr 26, 2017 at 2:55 AM, yishayw <yishayj...@hotmail.com> wrote:

> I certainly don't think it's useless. I've been imagining something similar
> and it's great to see you take it up. I wonder what the effort would be to
> adapt Moonshine to be the web text editor...
>
>
>
> --
> View this message in context: http://apache-flex-
> development.2333347.n4.nabble.com/FlexJS-POC-JSFiddle-for-
> FlexJS-Compile-as-a-service-tp61369p61370.html
> Sent from the Apache Flex Development mailing list archive at Nabble.com.
>

Reply via email to