You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 27, 2023. It is now read-only.
Autocompletion for JSON. Nested JSON should be supported too! The autocompletion of " should generate "a":"b" on the first level, \"a\":\"b\" in the second level and so on.
This autocompletion should be triggered automatically similar to java strings in Eclipse.
An advanced version of this feature would support autocompletion for Minecraft's JSON tags like text, color and even values depending on the key.
The text was updated successfully, but these errors were encountered:
Autocompletion for JSON. Nested JSON should be supported too! The autocompletion of
"
should generate"a":"b"
on the first level,\"a\":\"b\"
in the second level and so on.This autocompletion should be triggered automatically similar to java strings in Eclipse.
An advanced version of this feature would support autocompletion for Minecraft's JSON tags like
text
,color
and even values depending on the key.The text was updated successfully, but these errors were encountered: