flutter / flutter/flutter-intellij

Clicking on variable doesn't filter usage depending on assigning or using

Open
#3,051 2 comments 0 reactions 0 assignees View on GitHub
dependency: dart plugin
Dominant language
Java
Stars
2k
Forks
356
Avg merge
1d 11h
Merged PRs (30d)
27

Description

## Steps to Reproduce
```
class Dummy {
bool variable;

void method() {
variable = true;
print("variable = $variable");
}
}
```

When you click on `variable` (by pressing cmd + mouse click), and you tap on filter option for assign values, it doesn't work, it still shows you the both results. Please see the screenshot for reference.

screenshot 2019-01-08 at 3 14 00 pm

## Version info
Doctor summary (to see all details, run flutter doctor -v):
[✓] Flutter (Channel beta, v1.0.1-pre.1, on Mac OS X 10.14 18A389, locale en-GB)
[✓] Android toolchain - develop for Android devices (Android SDK 28.0.3)
[✓] iOS toolchain - develop for iOS devices (Xcode 10.1)
[✓] Android Studio (version 3.2)
[✓] Connected device (1 available)

• No issues found!

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.