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
Syntax analysis and code completion have been rewritten from scratch - i.e. expect some regressions and new bugs in code completion.
New completion engine should significantly speed up the response time of the first completion (after server start) on large code bases. Syntax analysis should be more accurate.
In this release .jar file has not been optimised via ProGuard because current version of ProGuard causes some issues on the new code base at runtime, therefore resulting jar is much larger than previous releases.