LS4P
LS4P copied to clipboard
[FEATURE] Release to VS Marketplace
Certainly would like to see this extension on the Visual Studio Marketplace.
Sure, that's the main intension yet there are some critical improvements that has to be made in terms of performance. Eg, using debounce for intelli-sense to reduce CPU overhead. Currently, for every char change, the watcher performs a read-write for Generating a custom Processing Java file in File System. Which is extremely bad. This should happen through Deferred execution and not in a pro-active way. Also, few P-Renderers are picked up as errors by Intelli-sense. I should clear few days off my calendar for this and make this happen.