flutter / flutter/flutter-intellij
Add `@macro` comment expansion
Open
P3
- Dominant language
- Java
- Stars
- 2k
- Forks
- 356
- Avg merge
- 1d 11h
- Merged PRs (30d)
- 27
Description
Many times we are looking at some widget's source-code and we find something like this:
```dart
/// {@macro flutter.services.TextInputConfiguration.enableIMEPersonalizedLearning}
final bool enableIMEPersonalizedLearning;
```
I can go to the variable and hit the shortcut for showing the definition, which in turn will pull the macro text, but I wanted to hit F4 and go to the macro definition itself, so I can read it as code, and not in the small doc pop-up window.
Contributor guide
Assessment
This issue has not been assessed yet.