-
-
Notifications
You must be signed in to change notification settings - Fork 40
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Can I get chainingHints? #177
Comments
@TimoFreiberg See |
Oh that's a shame! It looks there's a WIP PR to improve that, though 🤔 neovim/neovim#9496 |
@oblitum @TimoFreiberg can you test #220 ? |
@fannheyward I'm testing it from |
@TimoFreiberg really thx for looking up that NeoVim issue, I'll give a bump there, showcasing this usecase (once it's merged), since that pull seems stale for an year. |
Awesome! The colortheme looks wrong though, but it looks like that's a Coc bug - the highlight settings for virtual text are not set by default, I'm going to create a PR. |
@TimoFreiberg you just need to have @fannheyward I think PR just needs a doc about the additional |
ah, ok. |
* feat(rust-analyzer-api): update * feat(ctx): inlay hints * feat(ctx): inlay hints works * feat(ctx): chaining hints works close #177 * fix(cmds): SSR param changed * chore(doc): docs for CocRustChainingHint
Released v0.6.0 |
4216: docs(user): method chaining hints support r=flodiebold a=fannheyward fannheyward/coc-rust-analyzer#177 (comment) <img width="490" alt="" src="https://user-images.githubusercontent.com/345274/80584717-acd0dd80-8a44-11ea-9505-c408a259a5b5.png"> Co-authored-by: Heyward Fann <[email protected]>
Can I get
chainingHints
like these?I think it would need
virtualText
, but I'm not sure whether it depends on globalcodeLens.enable
or not. fwiw, I don't wish to have global codelens, just the inlayHints.The text was updated successfully, but these errors were encountered: