SpyglassMC / Spyglass

Development tools for vanilla Minecraft: Java Edition data pack developers.
https://spyglassmc.com
MIT License
307 stars 32 forks source link

Intellisense stops working after a while. #187

Closed dragon3025 closed 4 years ago

SPGoding commented 4 years ago

What commands have you used?

Is there any text components in your commands? If so, there are some bugs of parsing text components which will likely be fixed in the next version. Sorry for the inconvenience!

dragon3025 commented 4 years ago

I used tellraw a lot in one of tabs I had open, an mcfunction called "xp_storage". It was preventing intellisense in all tabs, even if I reload visual studio code or if I just close "xp_storage". If I close "xp_storage" then reload, then it starts working again.

SPGoding commented 4 years ago

Then this is caused by text components. This is technically a duplicate of #176, which have already been fixed and will be released in the next version (likely in a few days). Thanks for reporting and sorry for the inconvenience!