Closed relhajj closed 4 years ago
This still doesn't work for me until I right click. I tried the following:
import org.junit.Test;
Nothing happens
Then, I tried the same exact above except that in Step 2, I typed import org.junit.*
. After step 3, still nothing happens. Then, when I right clicked, the highlighting happened.
This means two things:
Just wanted to mention that i know tried running it from source (from within IntelliJ through run as plugin) and it seems to work fine. Not sure why there would be a difference between the zip installation and running from source
To clarify, it works fine in the running from source in terms of highlighting on file open. However, the issue of the org.junit.*
vs org.junit.Test
remains. Also, can you add the same event handling for file save? So basically, if I add an import and save, it should highlight.. I shouldn't have to leave the file and come back to it for it to trigger the highlighting.
Current functionality of LibComp:
on project load, all open editors are analyzed and all .java or build.gradle file(s) with relevant libraries will be highlighted accordingly
AFTER project has already loaded, if the user opens a new file in the project and wishes to have LibComp analyze it then have to (1) open the file and then (2) right click with their mouse/mousepad
GOAL/WHAT THIS ISSUE IS FOR: