livebook/lib/livebook_web
Jonatan Kłosko 700987dc02
Add editor completion to Elixir cells (#208)
* Implement editor completion for Elixir cells

* Add completion tests

* Refactor completion

* Only extract Markdown docs for now

* Fix Elixir version-dependent test

* Fix docs matching

* Use upcoming Code.cursor_context/2

* Start temporary completion processes under a supervisor

* Show Erlang docs in completion items

* Update to latest Code.cursor_context

* Refactor completion

* Fix module completion when alias expands to Erlang module

* Remove tests-generated notebook

* Show variables and map fields differently

* Adjust signatures formatting
2021-04-20 19:34:17 +02:00
..
controllers Move auth to its own view 2021-04-16 22:18:59 +02:00
live Add editor completion to Elixir cells (#208) 2021-04-20 19:34:17 +02:00
plugs Unify env variables and change auth to use session (#195) 2021-04-15 15:50:29 +02:00
templates Move auth to its own view 2021-04-16 22:18:59 +02:00
views Move auth to its own view 2021-04-16 22:18:59 +02:00
ansi.ex Ignore RFC 1468 switch to ASCII code sequence (#225) 2021-04-20 15:05:30 +02:00
endpoint.ex Add live dashboard (#183) 2021-04-14 20:10:25 +02:00
helpers.ex Unify env variables and change auth to use session (#195) 2021-04-15 15:50:29 +02:00
router.ex Unify env variables and change auth to use session (#195) 2021-04-15 15:50:29 +02:00
telemetry.ex Rename project (#68) 2021-03-03 22:56:28 +01:00