rust/crates/ide_db/src
bors[bot] 55d7d71590
Merge #8267
8267: Adding gifs and screenshots for features in manual r=matklad a=MozarellaMan

For #6539

This includes most of gif or screenshot examples of most items in the "Features" header. With the exceptions of:

- **On Typing Assists** - couldn't get it to work for a demo, I'm probably missing something?
- **Structural search and replace** - looked to be already a visual example of the feature
- **Workspace symbol** - wasn't sure how best to show this, all of the examples maybe? Also wasn't sure of the best code example to show it off
- **Semantic Syntax Highlighting** - seemed obvious enough to not need a screenshot, but I could easily add this

All the gifs/pngs are hosted in this [comment](https://github.com/rust-analyzer/rust-analyzer/issues/6539#issuecomment-809574840). Please let me know if any of them aren't suitable (and why) and I'll improve it! Or if you don't like the theme/font

Co-authored-by: Ayomide Bamidele <48062697+MozarellaMan@users.noreply.github.com>
2021-03-31 10:01:56 +00:00
..
call_info Cleanup ide_db imports 2021-03-27 21:51:00 +01:00
helpers Rename target_ty to self_ty 2021-03-29 17:47:47 +02:00
line_index Make utf8 default, implement utf16 in terms of it 2021-02-16 19:17:32 +03:00
traits Cleanup ide_db imports 2021-03-27 21:51:00 +01:00
apply_change.rs Gifs and screenshots for features in manual 2021-03-31 00:08:10 +01:00
call_info.rs Don't use an untyped String for ActiveParam tracking 2021-03-20 23:22:09 +01:00
defs.rs Accurately classify assoc. types in paths 2021-03-30 02:09:17 +02:00
helpers.rs move Semantics::visit_file_defs to ide_db::helpers 2021-03-15 12:18:52 +01:00
items_locator.rs Fix the profile string 2021-03-21 11:45:37 +02:00
label.rs Cleanup ide_db imports 2021-03-27 21:51:00 +01:00
lib.rs Move code to the appropriate layer 2021-03-15 12:55:27 +03:00
line_index.rs Make utf8 default, implement utf16 in terms of it 2021-02-16 19:17:32 +03:00
search.rs Cleanup ide_db imports 2021-03-27 21:51:00 +01:00
source_change.rs Cleanup ide_db imports 2021-03-27 21:51:00 +01:00
symbol_index.rs Unleash macro 2.0 in hightlight and more 2021-03-27 14:42:49 +08:00
traits.rs Cleanup ide_db imports 2021-03-27 21:51:00 +01:00
ty_filter.rs Cleanup ide_db imports 2021-03-27 21:51:00 +01:00