aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_assists/src/handlers/add_impl.rs
Commit message (Collapse)AuthorAgeFilesLines
* Add snippet support for some assistsAleksey Kladov2020-05-191-15/+19
|
* Refactor assists API to be more convenient for adding new assistsAleksey Kladov2020-05-071-34/+27
| | | | It now duplicates completion API in its shape.
* Move target to AssistLabelAleksey Kladov2020-05-061-26/+33
| | | | | Target is used for assists sorting, so we need it before we compute the action.
* Merge assits::test_helpers and testsAleksey Kladov2020-05-061-1/+1
|
* Convert code to text-sizeAleksey Kladov2020-04-251-2/+2
|
* Scale token generation backAleksey Kladov2020-04-101-1/+1
|
* Add _token suffix to token accessorsAleksey Kladov2020-04-091-1/+1
| | | | | I think this makes is more clear which things are : AstNode and which are : AstToken
* Provide more complete AST accessors to support usage in rustcLuca Barbieri2020-04-091-2/+2
|
* Start stdxAleksey Kladov2020-03-281-4/+5
| | | | This crate will hold everything to small to be worth publishing
* Cleanup importsAleksey Kladov2020-03-191-1/+0
|
* Name assist handlersAleksey Kladov2020-02-071-0/+94