-
Notifications
You must be signed in to change notification settings - Fork 20
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
[BUG] Auto-complete does not work for JSON files! #708
Comments
Is this custom entity properties? or an component? |
Full file and folder setup would be nice to know |
I don't quite get what you mean, but if I were to guess, you're asking me if I'm just testing one component, or an entire custom entity. |
I have VS Code open with both the resource and behavior packs loaded. |
Yeah, that's not answering what I asked. There are many ways people load both the bp and rp. |
Sorry. I meant, I have both folders loaded in my editor, as in, 2 folders, BP and RP, added to the workspace. |
Can you share the full file? |
Well, it does this on any file, but sure. Here you go: |
Describe the bug
It's simple, actually. While typing, for example,
"minecraft:
, it does not show the possible properties. It's quite tough.Heck, it won't even show an error after saving, for example, an invalid property:
"minecraft:behavior.fart": {}
. Obviously that's not valid but unfortunately it won't warn you it's invalid.So, 2 issues in one.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Auto-complete to actually work and for invalid properties to be flagged, regardless of whether you have to save first.
Screenshots
This isn't supposed to not be flagged.
Desktop (please complete the following information):
The text was updated successfully, but these errors were encountered: