Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove const | Steffen Lyngbaek | 2020-03-19 | 1 | -1/+21 |
| | | | | | - Add test for @ matching - Address comments | ||||
* | Fixes to more accurately give complete_scope completions | Steffen Lyngbaek | 2020-03-19 | 1 | -12/+5 |
| | | | | | | | - Exclude const, static, functions form is_pat_binding_and_path (there might be more?) - Add a check to filter out Record Fields - Fix tests | ||||
* | - Exclude Local Scope for BindPats | Steffen Lyngbaek | 2020-03-19 | 1 | -51/+12 |
| | | | | | - Exclude BindPats with @ or ref - Remove outdated test and add one testing for ref | ||||
* | Completition for type name? #3418 | Steffen Lyngbaek | 2020-03-19 | 1 | -1/+106 |
| | | | | | | | | Iterate through TupleStructPat's until a MatchArm if one exists. Store in a new is_pat_bind_and_path bool and allow the `complete_scope` to find matches. Added some tests to ensure it works in simple and nested cases. | ||||
* | Add test, remove printlns | Florian Diebold | 2020-03-16 | 1 | -0/+53 |
| | |||||
* | Attempt to implement ranking of rules when none matches perfectly (wip) | Florian Diebold | 2020-03-16 | 1 | -1/+38 |
| | |||||
* | Add test for completion of unresolved items | Aleksey Kladov | 2020-03-13 | 1 | -0/+34 |
| | |||||
* | Fix completion tests | Aleksey Kladov | 2020-03-12 | 1 | -0/+2 |
| | |||||
* | Introduce completion test utils | Aleksey Kladov | 2020-03-11 | 1 | -3/+3 |
| | |||||
* | Try to complete within macros | Florian Diebold | 2020-03-07 | 1 | -1/+69 |
| | |||||
* | Support function's completion snippet | Avishay Matayev | 2020-03-04 | 1 | -1/+1 |
| | | | | | | | Note that `detail` was replced with `function_signature` to avoid calling `from` on FunctionSignature twice. I didn't add new tests because the current ones seem enough. | ||||
* | Refactor primary IDE API | Aleksey Kladov | 2020-02-26 | 1 | -3/+1 |
| | | | | | | | | | | This introduces the new type -- Semantics. Semantics maps SyntaxNodes to various semantic info, such as type, name resolution or macro expansions. To do so, Semantics maintains a HashMap which maps every node it saw to the file from which the node originated. This is enough to get all the necessary hir bits just from syntax. | ||||
* | Remove hard-coded auto-import during completion | Aleksey Kladov | 2020-02-09 | 1 | -128/+3 |
| | | | | We now have a real auto-import system, so we can do a proper thing. | ||||
* | Rename add import assist | Kirill Bulatov | 2020-02-07 | 1 | -7/+2 |
| | |||||
* | Code review fixes | Kirill Bulatov | 2020-02-02 | 1 | -15/+11 |
| | |||||
* | Require ModPath for importing | Kirill Bulatov | 2020-02-02 | 1 | -24/+47 |
| | |||||
* | Rudimentary name resolution for local items | Aleksey Kladov | 2019-12-22 | 1 | -0/+37 |
| | |||||
* | rename ra_ide_api -> ra_ide | Aleksey Kladov | 2019-11-27 | 1 | -0/+876 |