Skip to content
This repository was archived by the owner on Aug 1, 2025. It is now read-only.

Autocomplete: add jsx_attribute completion intent#1490

Merged
valerybugakov merged 1 commit into
mainfrom
vb/jsx-attribute-completion-intent
Oct 26, 2023
Merged

Autocomplete: add jsx_attribute completion intent#1490
valerybugakov merged 1 commit into
mainfrom
vb/jsx-attribute-completion-intent

Conversation

@valerybugakov

Copy link
Copy Markdown
Member

Context

Test plan

Added new unit tests.

@abeatrix abeatrix left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

looks like most of it is just snap updates, the code LGTM!

@valerybugakov valerybugakov merged commit 211f5db into main Oct 26, 2023
@valerybugakov valerybugakov deleted the vb/jsx-attribute-completion-intent branch October 26, 2023 02:13
burmudar pushed a commit that referenced this pull request Nov 21, 2024
…ch don't support inlay models. (#1490)

ImaginaryEditor does not support InlayModel and throws an
UnsupportedOperationException; IntentionPreviewEditor throws an
IntentionPreviewUnsupportedOperationException:
UnsupportedOperationException, etc.

Fixes #1488, #1486, #1485, #1480, #1466, #1462, #1435, #1363

## Test plan

```
./gradlew test --tests InlayModelUtilTest
```

Ran the IDE and clicked between editors, requesting autocompletes.
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Tree-sitter: add JSX specific intents

2 participants