FIR: add symbol provider for IDE #KT-24097 Fixed

Functions & properties aren't yet supported
This commit is contained in:
Simon Ogorodnik
2018-04-10 14:04:14 +03:00
committed by Mikhail Glukhikh
parent 12ee81358c
commit 5cef869d36
5 changed files with 120 additions and 12 deletions
+2
View File
@@ -36,6 +36,8 @@ dependencies {
compile(project(":j2k"))
compile(project(":idea:formatter"))
compile(project(":idea:fir-view"))
compile(project(":compiler:fir:resolve"))
compile(project(":compiler:fir:java"))
compile(project(":idea:idea-core"))
compile(project(":idea:ide-common"))
compile(project(":idea:idea-jps-common"))