openfl / lime-vscode-extension

Visual Studio Code extension for OpenFL and Lime projects written in Haxe
https://marketplace.visualstudio.com/items?itemName=openfl.lime-vscode-extension
MIT License
27 stars 4 forks source link

referencing dependency in the workspace breaks completion #25

Open Geokureli opened 6 years ago

Geokureli commented 6 years ago

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" />

screen shot 2018-02-18 at 3 15 23 pm

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

screen shot 2018-02-18 at 1 35 15 am

as soon as I delete the import, code completion works again