vrchat-community / UdonSharp

A compiler for compiling C# to Udon assembly
https://udonsharp.docs.vrchat.com
MIT License
470 stars 50 forks source link

Add cahcing list feature on Class Exposure Tree #40

Open oOtroyOo opened 2 years ago

oOtroyOo commented 2 years ago

Feature Description: I want to keep Class Exposure Tree window opened. that I can serach reference any time. But everytime I've edited c# code. the Class Exposure Tree will call reload. It takes a quite long time. wich is very annoying . Although I'm editing my code , that won't change any engine source nor udon sdk source . So use caching list rather than reload every time, additinally add a manually refresh button.