FIR IDE: Begin implementing semantic highlighting via FIR

* Introduce frontend api module & implement api for FIR
* Implement some basic declaration highlighting for FIR
This commit is contained in:
Ilya Kirillov
2020-05-18 11:37:09 +03:00
parent 507fc34c22
commit f37e313705
23 changed files with 1055 additions and 16 deletions
+1
View File
@@ -95,6 +95,7 @@ val projectsToShadow by extra(listOf(
":idea:idea-jps-common",
":idea:idea-frontend-independent",
":idea:idea-frontend-fir",
":idea:idea-frontend-api",
*if (Ide.IJ())
arrayOf(
":idea:idea-maven",