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
a148c49f1c
rust
/
crates
/
ide_completion
/
src
History
Download ZIP
Download TAR.GZ
hkalbasi
4fa8749c44
Preserve order of generic args
2022-03-04 11:46:14 +03:30
..
completions
Refactor autoderef and method resolution
2022-02-25 11:47:14 +01:00
render
[ide_completion] render if a function is async/const/unsafe in completion details
2022-02-08 22:48:34 +00:00
tests
Simplify
2022-02-22 10:20:45 +01:00
completions.rs
Add abi string completions
2022-02-03 16:33:42 +01:00
config.rs
feat: Make private editable completions configurable, disable by default
2022-02-25 22:16:40 +01:00
context.rs
feat: Make private editable completions configurable, disable by default
2022-02-25 22:16:40 +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
Preserve order of generic args
2022-03-04 11:46:14 +03:30
snippet.rs
fix: Complete functions and methods from block level impls
2022-02-01 23:29:40 +01:00
tests.rs
feat: Make private editable completions configurable, disable by default
2022-02-25 22:16:40 +01:00