Support Basic Suggestions mode for JavaScript and TypeScript [Feature Request] #4300
Unanswered
davletovalmir
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Context
Description
Allow configuring the basic suggestions mode for the javascript and typescript. Currently, for any language other than JS or TS, there are only basic suggestions out of the box. What I want is the same basic suggestions behavior, but for JS or TS, so only variables defined in the current scope would be visible in suggestions list.
I tried to configure it through the
suggest
property, but had no luck, it either shows way less suggestions than I expect (for example, don't show defined functions), or more (shows not only defined functions, but built-in ones too).Thank you!
Monaco Editor Playground Link
Monaco Editor Playground Link
Monaco Editor Playground Code
No response
Beta Was this translation helpful? Give feedback.
All reactions