nihruk / console

https://ioda.vercel.app
0 stars 0 forks source link

IDE code analysis reports classes as undefined #92

Open baldygeezer opened 1 year ago

baldygeezer commented 1 year ago

The IDE (phpstorm, vscode) complains that classes are undefined. This prevents code completion and other ide features

This is because the local Vendor folder is empty. It is an anonymous mount which means the composer dependencies are only available inside the container. Solution: map the volume to a local one.