aboutsummaryrefslogtreecommitdiff
path: root/crates/ide/src/annotations.rs
Commit message (Collapse)AuthorAgeFilesLines
* Move runnable lenses below attributesLukas Wirth2021-05-281-17/+17
|
* Move annotations below item attributesLukas Wirth2021-05-261-35/+31
|
* Gifs and screenshots for features in manualAyomide Bamidele2021-03-311-0/+2
|
* Clean up implementationBrandon2021-03-241-7/+8
|
* Fix MISSING: command error with macrosBrandon2021-03-241-8/+37
|
* move Semantics::visit_file_defs to ide_db::helpersLukas Wirth2021-03-151-1/+2
|
* Introduce Semantics::visit_file_defsLukas Wirth2021-03-151-28/+58
|
* Move code to the appropriate layerAleksey Kladov2021-03-151-2/+2
| | | | | | StructureNodeKind is a type which is specific to a particular feature, file_structure. It shouldn't be in the "code shared by all ide features" part.
* Introduce StructureNodeKindivan7702021-03-141-7/+9
|
* Actually fix runnable orderivan7702021-02-151-20/+20
|
* Make annotations tests similar to those in runnablesivan7702021-02-131-188/+707
|
* Improve runnable annotations order, fix incorrect ignore detectionivan7702021-02-131-5/+13
|
* Added annotation testsivan7702021-02-131-0/+267
|
* Fix incorrect references annotationivan7702021-02-131-2/+3
|
* Moved CodeLens to ide crateivan7702021-02-131-0/+142