Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | for goto and hover pick the token based on a priority | succcubbus | 2019-12-13 | 1 | -3/+15 |
| | |||||
* | add tests for goto on tuple fields | succcubbus | 2019-12-13 | 1 | -0/+16 |
| | |||||
* | fix goto definition when inbetween tokens | succcubbus | 2019-12-13 | 1 | -2/+14 |
| | | | | | | | | fixes both goto_definition and goto_type_definition. before, when running goto between some non-trivia token and an identifier, goto would be attempted for the non-trivia token. but this does not make sense for e.g. L_PAREN or COLONCOLON only for IDENTs. now only IDENTs will be searched for in goto actions. | ||||
* | Report correct original range in goto_definition | Aleksey Kladov | 2019-12-09 | 1 | -9/+7 |
| | |||||
* | Fix range in goto_through_format test | Florian Diebold | 2019-12-08 | 1 | -1/+1 |
| | |||||
* | Fix expansion of format_args | Florian Diebold | 2019-12-08 | 1 | -1/+0 |
| | |||||
* | Rename GenericParam -> TypeParam | Aleksey Kladov | 2019-12-07 | 1 | -1/+1 |
| | | | | We don't have LifetimeParam yet, but they are planned! | ||||
* | Gotodef for TypeParameters | Aleksey Kladov | 2019-12-07 | 1 | -7/+18 |
| | |||||
* | Make the goto_through_format test actually fail :( | Florian Diebold | 2019-12-06 | 1 | -0/+3 |
| | |||||
* | Try to make go to definition work in format! | Florian Diebold | 2019-12-06 | 1 | -0/+27 |
| | | | | | | | SourceAnalyzer didn't work properly within expression macro expansions because it didn't find the enclosing function. Fix this by going up the expansion chain to find ancestors. This makes the test work, but apparently in real usage it's still not working. | ||||
* | Rename Source -> InFile | Aleksey Kladov | 2019-11-28 | 1 | -4/+4 |
| | |||||
* | rename ra_ide_api -> ra_ide | Aleksey Kladov | 2019-11-27 | 1 | -0/+696 |