Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix LSP completion icon for fields #4131

Closed
wants to merge 2 commits into from

Conversation

beaumontjonathan
Copy link
Contributor

Incorrect LSP completion icons for scalar fields

I noticed that the VSCode extension seemed to use weird icons for completion suggestions of value and text for items which are actually _field_s based on the VSCode IntelliSense docs. E.g., String types were showing up just as plaintext type. All non-struct/union/interface/object types should just be considered a field.

Before

Screenshot 2022-11-15 at 22 20 32

After

Screenshot 2022-11-15 at 22 46 01

@facebook-github-bot
Copy link
Contributor

@rbalicki2 has imported this pull request. If you are a Meta employee, you can view this diff on Phabricator.

@rbalicki2
Copy link
Contributor

Thanks!! This makes a lot more sense, thank you for fixing it

@beaumontjonathan
Copy link
Contributor Author

No worries! I'm just trying out the VSCode plugin for the first time & there are a few other things I'd like to fix up if I get the time

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants