rust/editors/code/src
bors[bot] f77fc158fc
Merge #3780 #3787
3780: Simplify r=matklad a=Veetaha

I absolutely love tha fact that removing `.clone()` simplifies the code comparing to other languages where it's actually the contrary (ahem ~~`std::move()`~~)

3787: vscode: add syntax tree inspection hovers and highlights r=matklad a=Veetaha

![inspect-tree](https://user-images.githubusercontent.com/36276403/78029767-c7426900-7369-11ea-9ed6-b8a0f8e05bac.gif)
I implemented the reverse mapping (when you hover in the rust editor), but it seems overcomplicated, so I removed it

Related #3682 

Co-authored-by: veetaha <veetaha2@gmail.com>
Co-authored-by: Veetaha <veetaha2@gmail.com>
2020-03-31 17:40:03 +00:00
..
commands vscode: small refactor 2020-03-31 20:29:07 +03:00
client.ts Pass string instread of WorkspaceFolder 2020-03-31 10:24:01 +01:00
color_theme.ts enforce camel case 2020-02-21 11:22:45 +01:00
config.ts Process configuration response draft 2020-03-30 13:39:14 +03:00
ctx.ts Pass string instread of WorkspaceFolder 2020-03-31 10:24:01 +01:00
highlighting.ts Merge #3388 2020-03-03 13:45:26 +00:00
inlay_hints.ts Code review fixes 2020-03-30 13:39:14 +03:00
main.ts Pass string instread of WorkspaceFolder 2020-03-31 10:24:01 +01:00
net.ts Rewrite auto-update 2020-03-19 09:04:59 +01:00
persistent_state.ts Rewrite auto-update 2020-03-19 09:04:59 +01:00
rust-analyzer-api.ts Extension types and rendering 2020-03-24 23:22:41 +01:00
source_change.ts vscode: migrate source_cnage.rs to rust-analyzer-api.rs 2020-02-25 00:49:19 +02:00
status_display.ts vscode: press ; to respect semicolons 2020-02-17 22:09:44 +02:00
tasks.ts Use namespace import 2020-03-31 09:06:46 +01:00
util.ts vscode: add syntax tree inspection hovers and highlights 2020-03-31 16:20:59 +03:00