summaryrefslogtreecommitdiff
path: root/lib/iex/test/iex/autocomplete_test.exs
Commit message (Expand)AuthorAgeFilesLines
* Properly keep context in map update fragment: %{map |José Valim2023-05-041-6/+3
* Make map/struct field completion work in map update (#12455)Łukasz Samson2023-05-041-0/+32
* Fix IEx tests (#12491)Kevin2023-03-231-3/+3
* Use IO prompt for better autocompletion experienceJosé Valim2023-01-271-1/+1
* Do not perform completion on evaluated prompts, closes #12191José Valim2022-10-191-3/+3
* Evaluate formating charlists as ~c sigils (#12064)sabiwara2022-08-101-178/+195
* Add autocompletion of binary modifiers in IExJosé Valim2022-07-091-0/+12
* Deprecate use Bitwise and ~~~José Valim2021-12-091-7/+0
* Fix wrong autocomplete for atoms in IExJosé Valim2021-12-051-0/+1
* Decouple parser state from buffer in IExJosé Valim2021-12-031-1/+1
* Add struct field autocompletion to IExJosé Valim2021-10-161-0/+14
* Add sigil and struct completion to code fragment (#11197)José Valim2021-08-221-2/+30
* Add operator handling to Code.cursor_contextJosé Valim2021-07-211-25/+18
* Do not error autocompletion with module attribute, closes #11120José Valim2021-07-161-3/+4
* Fix signature expansion when no docs (#10971)felipe stival2021-05-111-0/+6
* Allow absolute path completion on windows (#10949)Kelvin Stinghen2021-04-241-7/+8
* IEx path autocompletion (#10895)Kelvin Stinghen2021-04-231-0/+36
* Code.cursor_context/2 (#10915)José Valim2021-04-201-9/+0
* Add `Enum.count_until/2` and `Enum.count_until/3` (#10532)Zach Daniel2020-12-051-1/+4
* Pass the shell as argument when autocompletingJosé Valim2020-11-051-8/+2
* IEx help in place with tab key (#10339)Brian Gomes Bascoy2020-10-081-0/+24
* Make autocomplete work after pin and negation operators (#10207)Łukasz Samson2020-07-181-0/+9
* Autocomplete Erlang callbacks on IEx (#9121)Wojtek Mach2019-06-101-0/+1
* Perform Erlang type autocompletion in IEx (#9110)Jonatan Männchen2019-06-081-0/+2
* Migrate to `Code.fetch_docs/1` (#7828)László Bácsi2018-07-051-3/+3
* Remove the Access.get/3 callback (#7670)Andrea Leopardi2018-05-121-1/+1
* Improve the handling of helpers in autocompletejgmchan2017-11-101-0/+14
* Also add callback completionJosé Valim2017-11-081-0/+9
* Add types autocompletion (#7011)Alexis Brodeur2017-11-081-0/+6
* Run the code formatter on IEx.AutocompleteTest (#6694)Petr Stepchenko2017-10-091-30/+34
* Add IEx.break!/4José Valim2017-07-101-2/+2
* Add non-quoted Unicode atoms and variables (#6158)José Valim2017-05-271-8/+0
* Provide inspect opts printable_limit (#5822)Ben Wilson2017-05-231-2/+2
* Remove in IEx autocompletion default arg. functions with @doc false (#6131)Eksperimental2017-05-231-0/+49
* Skip autocompletion of module names that are invalid without being quoted (#6...Arjan Scherpenisse2017-05-091-0/+16
* Only expand aliases known at compile time, closes #5721José Valim2017-01-301-0/+1
* Replace :previous_line tagging with eval/1 in IEx.AutocompleteTestAleksei Magusev2016-12-201-25/+25
* Make IEx.AutocompleteTest.expand/1 privateAleksei Magusev2016-12-201-1/+1
* Ensure autocomplete does not raise on struct keys, closes #5576José Valim2016-12-191-7/+12
* Unify building of functions into a single placeJosé Valim2016-12-011-2/+2
* Improve IEx autocompletion to handle manual imports (#5518)Myron Marston2016-12-011-9/+16
* Improve IEx autocompletion to handle variable names (#5504)Myron Marston2016-12-011-0/+16
* Unify testing of evaluator related functionalityJosé Valim2016-11-291-11/+9
* Improve IEx autocomplete to support navigating map atom keys (#5488)Myron Marston2016-11-291-5/+76
* Tidy up trimming of leading & and % chars in IEx.AutocompleteAleksei Magusev2016-08-111-2/+1
* Resolves issue with autocompletion on structs not working in IEx (#5133)pareeohnos2016-08-111-0/+9
* Stop appending a trailing dot when autocompleting modules in IEx. (#4863)Myron Marston2016-06-241-11/+11
* Use proper case for proper nouns and acronymseksperimental2016-06-061-16/+16
* Simplify completion test for underscored functionsAleksei Magusev2016-04-031-27/+22
* Ensure docs can be read from disk in autocomplete testJosé Valim2016-02-281-9/+10