You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
when changing environment in java project the code lens are not updated.
What actually happened:
the code lens did not update
What effect it has on our system (System implications)
code lens are not updated
the intellij code vision daemon will only update code lens when the file is changed or closed/opened, or some time in the future when it will be triggered by something else.
so the files that are opened in the editor are not updated.
in C# for example we trigger an update when changing environment, probably its possible to do that for java too.
The text was updated successfully, but these errors were encountered:
@MykolaYaremchuk I didn't forget.
It starts from org.digma.intellij.plugin.emvironment.EnvironmentChangeHandler#environmentChanged
and you can follow the code from there. eventually all code lens services will be notified that the environment changed and will refresh code lens.
when changing environment in java project the code lens are not updated.
What actually happened:
the code lens did not update
What effect it has on our system (System implications)
code lens are not updated
the intellij code vision daemon will only update code lens when the file is changed or closed/opened, or some time in the future when it will be triggered by something else.
so the files that are opened in the editor are not updated.
in C# for example we trigger an update when changing environment, probably its possible to do that for java too.
The text was updated successfully, but these errors were encountered: