This website requires JavaScript.
Explore
Help
Sign in
user0
/
rust
Watch
1
Star
0
Fork
You've already forked rust
0
Code
Issues
Pull requests
Projects
Releases
Packages
Wiki
Activity
Actions
51419c1931
rust
/
crates
/
ide_completion
/
src
History
Download ZIP
Download TAR.GZ
Lukas Wirth
51419c1931
Don't complete attributes with existing expressions
2022-01-11 19:03:21 +01:00
..
completions
Don't complete attributes with existing expressions
2022-01-11 19:03:21 +01:00
render
feat: Deprioritize ops methods in completion
2022-01-11 09:26:53 +01:00
tests
Don't complete attributes with existing expressions
2022-01-11 19:03:21 +01:00
completions.rs
minor: Simplify
2022-01-04 10:56:28 +01:00
config.rs
Simplify
2021-10-11 21:49:50 +02:00
context.rs
Lookup lang attribute on assoc item trait directly
2022-01-11 10:28:38 +01:00
item.rs
Lookup lang attribute on assoc item trait directly
2022-01-11 10:28:38 +01:00
lib.rs
Show case-insensitive exact matches instead of fuzzy flyimport for short paths
2021-12-11 14:47:11 +01:00
patterns.rs
match_ast!
takes a pattern to allow underscore usage
2021-12-14 12:44:31 +01:00
render.rs
Lookup lang attribute on assoc item trait directly
2022-01-11 10:28:38 +01:00
snippet.rs
introduce hacks module
2021-12-28 18:57:13 +03:00
tests.rs
Remove
CompletionKind
in favor of
CompletionItemKind
2021-10-27 17:23:43 +02:00