aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_ide/src/display.rs
Commit message (Collapse)AuthorAgeFilesLines
* Rename ra_syntax -> syntaxAleksey Kladov2020-08-121-1/+1
|
* Use ty to access most TypeRefsAleksey Kladov2020-07-301-1/+1
|
* Finalize const&static grammarAleksey Kladov2020-07-301-1/+1
|
* Rename TypeParamList -> GenericParamListAleksey Kladov2020-07-301-2/+2
|
* Rename TypeAliasDef -> TypeAliasAleksey Kladov2020-07-301-1/+1
|
* Rename FnDef -> FnAleksey Kladov2020-07-301-1/+1
|
* Remove FunctionSignatureAleksey Kladov2020-07-161-18/+0
|
* RenameAleksey Kladov2020-07-161-5/+5
|
* Don't use function signature for DisplayAleksey Kladov2020-07-161-1/+37
|
* Better module structureAleksey Kladov2020-07-161-4/+2
|
* Reduce visibilityAleksey Kladov2020-07-161-3/+2
|
* StreamlineAleksey Kladov2020-07-091-29/+0
|
* Hover tooltip module name is monospace once againAaron Loucks2020-05-261-1/+2
| | | | | | | | | | The line separator is moved below the function signature to split regions between the docs. This is very similar to how IntelliJ displays tooltips. Adding an additional separator between the module name and function signature currently has rendering issues. Fixes #4594 Alternative to #4615
* Fix formatting error when no modpath is presentGalilée 'Bill' Enguehard2020-05-221-3/+3
|
* Modify hover info to show module path separated by a lineGalilée 'Bill' Enguehard2020-05-221-3/+3
|
* Add extra newline after module path in hover infoGalilée 'Bill' Enguehard2020-05-211-1/+1
| | | | Closes issue #3813
* Remove some unwrapsAleksey Kladov2020-03-281-6/+7
|
* ra_ide: refactor readonly String -> &strveetaha2020-03-161-16/+21
|
* Show mod path in hover tooltipKirill Bulatov2020-03-071-4/+10
|
* SimplifyAleksey Kladov2020-02-221-1/+1
|
* Remove unused importskjeremy2019-12-201-1/+1
|
* rename ra_ide_api -> ra_ideAleksey Kladov2019-11-271-0/+84