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
1c1d900d0b
rust
/
crates
/
ide_completion
/
src
History
Download ZIP
Download TAR.GZ
Jake Heinz
1c1d900d0b
[ide_completion] render if a function is async/const/unsafe in completion details
2022-02-08 22:48:34 +00:00
..
completions
Fix trait impl completion ranges
2022-02-04 19:55:55 -06:00
render
[ide_completion] render if a function is async/const/unsafe in completion details
2022-02-08 22:48:34 +00:00
tests
fix: Fix vis restriction path completions always using the parent module
2022-02-03 17:02:12 +01:00
completions.rs
Add abi string completions
2022-02-03 16:33:42 +01:00
config.rs
Simplify
2021-10-11 21:49:50 +02:00
context.rs
Simplify
2022-02-03 16:00:49 +01:00
item.rs
feat: Deprioritize completions of private but editable definitions
2022-02-02 02:05:49 +01:00
lib.rs
Add abi string completions
2022-02-03 16:33:42 +01:00
patterns.rs
match_ast!
takes a pattern to allow underscore usage
2021-12-14 12:44:31 +01:00
render.rs
Cleanup PathCompletionContext qualifier handling
2022-02-03 15:52:03 +01:00
snippet.rs
fix: Complete functions and methods from block level impls
2022-02-01 23:29:40 +01:00
tests.rs
Remove
CompletionKind
in favor of
CompletionItemKind
2021-10-27 17:23:43 +02:00