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
4bb5df0ce5
rust
/
crates
/
ide_completion
/
src
History
Download ZIP
Download TAR.GZ
Lukas Wirth
000e681d5f
fix: Fix tuple- and record struct completions not working with existing braces
2022-03-21 22:01:26 +01:00
..
completions
fix: Fix flyimport showing functions in pattern position
2022-03-21 19:41:39 +01:00
render
fix: Fix tuple- and record struct completions not working with existing braces
2022-03-21 22:01:26 +01:00
tests
fix: Fix tuple- and record struct completions not working with existing braces
2022-03-21 22:01:26 +01:00
completions.rs
Revert omitting field completions
2022-03-16 16:41:35 +01:00
config.rs
internal: Re-arrange ide_db modules
2022-03-06 19:04:04 +01:00
context.rs
Rename compound things to variant things
2022-03-16 13:41:47 +01:00
item.rs
internal: Re-arrange ide_db modules
2022-03-06 19:04:04 +01:00
lib.rs
Remove no_completions_required from CompletionContext
2022-03-12 02:12:00 +01:00
patterns.rs
fix: Fix completions not always working in for-loop patterns
2022-03-15 18:46:32 +01:00
render.rs
Remove code duplication
2022-03-16 16:32:36 +01:00
snippet.rs
Move ide crates to new hir::Macro
2022-03-08 23:52:26 +01:00
tests.rs
Remove no_completions_required from CompletionContext
2022-03-12 02:12:00 +01:00