livebook/lib/livebook_web/live/session_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
..
attached_live.ex Logo and README (#133) 2021-04-04 12:42:46 +02:00
cell_component.ex Remove extra word in comment (#185) 2021-04-14 21:02:47 +02:00
cell_settings_component.ex Add confirmation for session deletion (#117) 2021-03-25 17:39:18 +01:00
cell_upload_component.ex Set up image uploads for Markdown content (#132) 2021-04-04 18:55:51 +02:00
elixir_standalone_live.ex Logo and README (#133) 2021-04-04 12:42:46 +02:00
indicators_component.ex Notebook status indicators (#127) 2021-04-01 12:56:19 +02:00
insert_buttons_component.ex Prevent from scrolling to top on modal open (#129) 2021-04-02 14:00:49 +02:00
mix_standalone_live.ex Improve path selector (#159) 2021-04-12 22:59:48 +02:00
persistence_component.ex Support config of the root path for storing notebooks (#191) 2021-04-15 14:51:27 +02:00
runtime_component.ex Add confirmation for session deletion (#117) 2021-03-25 17:39:18 +01:00
section_component.ex Allow re-ordering of sections (#221) 2021-04-20 12:12:29 +02:00
settings_component.ex Logo and README (#133) 2021-04-04 12:42:46 +02:00
shortcuts_component.ex Add editor completion to Elixir cells (#208) 2021-04-20 19:34:17 +02:00