Skip to content

Commit

Permalink
Mention (current) lack of socket support in IDE mode
Browse files Browse the repository at this point in the history
As discussed in the [idris-mode issues](idris-hackers/idris-mode#489) socket support doesn't seem to be up and running yet.

I hope one of the discussants will be able to issue a PR porting socket-mode from Idris1 and removing this note in the near future.
  • Loading branch information
cfhammill authored Jan 2, 2019
1 parent ab5f813 commit fe233c2
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Notes/IDE-mode.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,3 +41,8 @@ declared with the given name, on the given line. It will only return the
first definition it finds, as a list of pattern clauses. This works via a
combination of case splitting and expression search.

To-Do
-------

Currently the IDE protocol does not support socket mode. This will be advantageous
for integrating with [emacs idris-mode](https://github.com/idris-hackers/idris-mode/issues/489).

0 comments on commit fe233c2

Please sign in to comment.