Autocomplete options do not appear within monorepo
With the following set up:
- Monorepo using Turbo + pnpm
- `apps/native` with a react-native app using Expo in the latest version
- `apps/web` with a react app using nextJS in the latest version
- Webstorm Version `2024.3.2.1`
The autocomplete options when typing common functions that tend to show immediately within the pop up menu do not trigger the menu at all. This is not the case if I open another project that's just a nextjs app or a react native app (those projects however are using NPM)

When manually using the keyboard shortcut for the options menu (option + enter) the populated options do show the correct import for the requested package

I wonder if there's any extra set up that I have to make it work, or if this type of monorepo set ups are currently not supported.
请先登录再写评论。
Most probably the required module can be resolved for certain reason. Would it be possible to narrow the problem down to a minimal repo project and share this with us?