notable 2021.1: add unambiguous imports on the fly

This commit is contained in:
Yann Cébron 2021-01-27 12:59:39 +01:00
parent 4bfb159e86
commit 76823d7639

View File

@ -4,4 +4,7 @@
## 2021.1
### Notable Changes in IntelliJ Platform 2021.1
### Notable Changes in IntelliJ Platform 2021.1
_Add unambiguous imports on the fly_ for custom languages
: Override [`ReferenceImporter#isAddUnambiguousImportsOnTheFlyEnabled()`](upsource:///platform/analysis-impl/src/com/intellij/codeInsight/daemon/ReferenceImporter.java) and provide corresponding user setting. Implement `HintAction` with `fixSilently()` and hook it up to highlighting as a quick fix for unresolved reference.