Prevent completions when in JSX nodes #14
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "main"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Hi there 👋
This contribution adds
"JSXText", "JSXAttributeValue", "JSXOpenTag", "JSXCloseTag", "JSXSelfClosingTag"todontCompleteto ensure that we do not show JavaScript completions when in a JSX node.Minimal Repro - Try Codemirror
Examples
Screenshots - Before
Screenshots - After
https://github.com/user-attachments/assets/a2369900-2ce1-461a-b8db-4c240faa7985
Thanks, that looks like a good idea.