mirror of
https://github.com/JetBrains/intellij-sdk-code-samples.git
synced 2025-07-28 01:07:49 +08:00
notable 2021.1: add unambiguous imports on the fly
This commit is contained in:
parent
4bfb159e86
commit
76823d7639
@ -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.
|
Loading…
x
Reference in New Issue
Block a user