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
rather than having my src and Project xml at the top of my workspace, it's nested 1 folder deep in the test folder. also in the workspace is a lib folder which I marked as a dependency in my openfl project with <classpath path="../lib/src" />
this works fine in open fl, the project builds and I can even debug and breakpoint in both directories through vsCode, but when I import com.geokureli.LibClassTest; I lose code completion
as soon as I delete the import, code completion works again
The text was updated successfully, but these errors were encountered:
Geokureli
changed the title
referencing dependency in the workspace break completion
referencing dependency in the workspace breaks completion
Feb 19, 2018
rather than having my src and Project xml at the top of my workspace, it's nested 1 folder deep in the test folder. also in the workspace is a lib folder which I marked as a dependency in my openfl project with
<classpath path="../lib/src" />
this works fine in open fl, the project builds and I can even debug and breakpoint in both directories through vsCode, but when I
import com.geokureli.LibClassTest;
I lose code completionas soon as I delete the import, code completion works again
The text was updated successfully, but these errors were encountered: