AutoCompletions show up even without preview feature enabled
See original GitHub issueThis should only show up with previewFeatures = ["referentialActions"] in the schema file:

Note: referentialActions is now GA so this example is outdated
Issue Analytics
- State:
- Created 2 years ago
- Comments:6 (6 by maintainers)
Top Results From Across the Web
IntelliSense in Visual Studio Code
IntelliSense is a general term for various code editing features including: code completion, parameter info, quick info, and member lists.
Read more >Manage Google autocomplete predictions - Google Search Help
With autocomplete, you can enter a Google search more quickly. ... Predictions show up below the search bar. Long-press a prediction. Tap Report...
Read more >Prevent autocomplete in Visual Studio Code - Stack Overflow
I'd like to disable all of that nonsense completely, since it doesn't do a good job of auto completing things for me. The...
Read more >How to Disable the Browser Autocomplete and Autofill on ...
Learn how to prevent browsers auto filling the input fields of HTML forms. Use autocomplete="off" to specify that autocomplete is disabled. See examples....
Read more >Type less, code more with IntelliCode completions
In Visual Studio 2022 Preview 1 you can automatically complete code, up to a whole line at a time! Check out the video...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found

Note: Need to figure out how best get the value of the previewFeatures array here, either via the Engine somehow or via a dirty regex on the schema file content.
We now have a way to filter on previewFeatures flags with https://github.com/prisma/language-tools/blob/main/packages/language-server/src/completion/completions.ts#L337-L366
Added in https://github.com/prisma/language-tools/commit/9751628bc4af86c50bc2361553507affa04981da