livebook/lib/livebook_web/live
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
..
home_live Link to live dashboard for each running session to show process info (#186) 2021-04-14 22:37:17 +02:00
session_live Add editor completion to Elixir cells (#208) 2021-04-20 19:34:17 +02:00
home_live.ex Support config of the root path for storing notebooks (#191) 2021-04-15 14:51:27 +02:00
modal_component.ex Redesign (#80) 2021-03-20 14:10:15 +01:00
path_select_component.ex Remove assumption about root path (#209) 2021-04-17 20:32:19 +02:00
session_live.ex Add editor completion to Elixir cells (#208) 2021-04-20 19:34:17 +02:00