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
rust
/
crates
/
ide-completion
/
src
History
bors
a05ce5a3e7
Auto merge of
#13986
- MariaSolOs:limit-completions, r=Veykril
...
Add setting for limiting number of completions For
#13911
.
2023-02-08 09:31:35 +00:00
..
completions
Iterate over arrays dirrectly, instead of going through a slice
2023-01-14 13:02:28 +00:00
context
fix: consider relative offset to fake ident token in expansion for completion
2023-02-05 22:27:52 +09:00
render
Auto merge of
#13860
- danieleades:clippy, r=lnicola
2023-01-08 17:29:57 +00:00
tests
Add regression tests
2023-02-05 22:28:03 +09:00
completions.rs
Inline all format arguments where possible
2022-12-24 14:36:10 -05:00
config.rs
Format code
2023-01-19 18:33:47 -08:00
context.rs
fix: also exclude 2 coloncolon in a row
2022-11-27 02:39:38 +09:00
item.rs
Inline all format arguments where possible
2022-12-24 14:36:10 -05:00
lib.rs
fix: filter unnecessary completions after colon
2022-11-12 22:33:40 +09:00
render.rs
Inline all format arguments where possible
2022-12-24 14:36:10 -05:00
snippet.rs
Inline all format arguments where possible
2022-12-24 14:36:10 -05:00
tests.rs
Add limit setting
2023-01-19 18:21:43 -08:00