This website requires JavaScript.
Explore
Help
Register
Sign In
mikros
/
rust
Watch
1
Star
0
Fork
0
You've already forked rust
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
9353f36516
rust
/
crates
/
ide_completion
/
src
History
Lukas Wirth
9353f36516
Fix incorrect completions in empty braced use statement
2021-06-17 13:59:31 +02:00
..
completions
Fix incorrect completions in empty braced use statement
2021-06-17 13:59:31 +02:00
render
Refine
self
,
super
and
crate
completion in use paths
2021-06-17 13:56:55 +02:00
tests
Fix incorrect completions in empty braced use statement
2021-06-17 13:59:31 +02:00
completions.rs
Start refactoring ide_completion tests
2021-06-16 21:51:20 +02:00
config.rs
Add config setting for self-on-the-fly
2021-05-31 15:14:56 +02:00
context.rs
Fix incorrect completions in empty braced use statement
2021-06-17 13:59:31 +02:00
item.rs
Remove SyntaxRewriter usage in insert_use in favor of ted
2021-04-20 02:09:12 +02:00
lib.rs
Move test_utils into tests module
2021-06-16 21:51:52 +02:00
patterns.rs
Refine
self
,
super
and
crate
completion in use paths
2021-06-17 13:56:55 +02:00
render.rs
Move test_utils into tests module
2021-06-16 21:51:52 +02:00
tests.rs
Move out and rewrite UseTree completion tests
2021-06-17 13:13:12 +02:00