alchemist-server icon indicating copy to clipboard operation
alchemist-server copied to clipboard

Editor/IDE independent background server to inform about Elixir mix projects

Results 7 alchemist-server issues
Sort by recently updated
recently updated
newest added

alchemist-server starts a server that executes arbitrary code from any host that can reach you on the network, without any kind of authentication. ``` git clone https://github.com/tonini/alchemist-server cd alchemist-server elixir...

@msaraiva it would be great if we could integrate the `code/parser` and the `code/metabuilder` (and the rest which is needed too) into the `alchemist-server`. Then I could start to refactor...

When DEFL can't find definition, it doesn't return end-marker and no any info regarding response details, just error in server log ` 00:49:06.550 [error] Task #PID started from #PID terminating...

I was wondering if we could make this conform to Microsoft's [Language Server Protocol](https://github.com/Microsoft/language-server-protocol). This would allow us to leverage LSP clients for different editors.

Moving this from tonini/alchemist.el#272 (there's a bit more detail there) It looks like when there are multiple options which share a prefix after a `.` the completion is including the...

I always thought that the server kind of gets versioned by [this line](https://github.com/tonini/alchemist-server/blob/master/lib/server.exs#L6). But today I noticed that there are quite a few changes since this last got touched. I...

*\* Alchemist-Server API Refactoring - Cases - COMP (Completion) - DOCL (Documentation Lookup) - EVAL (Evaluate/Quote) - DEFL (Definition Lookup) - Alchemist-Server API - COMP - { "def" [ context:...

enhancement