aboutsummaryrefslogtreecommitdiff
path: root/crates/ide/src/markdown_remove.rs
diff options
context:
space:
mode:
authorbors[bot] <26634292+bors[bot]@users.noreply.github.com>2020-10-03 12:00:30 +0100
committerGitHub <[email protected]>2020-10-03 12:00:30 +0100
commite5f252ade72fee4776396122dc91a17ddc185a66 (patch)
treea9d154c1920dd03e72d83f016e77eb8b652fbbc4 /crates/ide/src/markdown_remove.rs
parent03dcf5111ad23700335d25ef02749666bbd08cca (diff)
parent3cadba4956bf22759803024b69b6bb67e34da576 (diff)
Merge #5997
5997: Better inlay hints in 'for' loops r=popzxc a=popzxc For #5206 (one part of the fix). This PR refines the logic of spawning an inlay hints in `for` loops. We only must provide a hint if the following criteria are met: - User already typed `in` keyword. - Type of expression is known and it's not unit. **However:** I don't know why, but I was unable to make `complete_for_hint` test work. Either without or with my changes, I was always getting this test failed because no hint was spawned for the loop variable. This change works locally, so I would really appreciate an explanation why this test isn't working now and how to fix it. ![image](https://user-images.githubusercontent.com/12111581/93024580-41a53380-f600-11ea-9bb1-1f8ac141be95.png) Co-authored-by: Igor Aleksanov <[email protected]>
Diffstat (limited to 'crates/ide/src/markdown_remove.rs')
0 files changed, 0 insertions, 0 deletions