VSCode-Bedrock-Development-Extension icon indicating copy to clipboard operation
VSCode-Bedrock-Development-Extension copied to clipboard

Make all json dynamic autocomplete only show up when in strings

Open Xterionix opened this issue 10 months ago • 1 comments

Like texture paths shouldn't show up inside of. This'd have to be specified for the different completions as it may be applicable in some places

{ "textures": {|} }

But it should here

{ "textures": {"default": "|"} }

Xterionix avatar Apr 08 '24 14:04 Xterionix

Additionally, if it could check if the cursor is in the property or value, that'd be great too

Xterionix avatar Apr 08 '24 14:04 Xterionix