Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[FEATURE] Release to VS Marketplace #7

Open
pr1metine opened this issue May 25, 2020 · 1 comment
Open

[FEATURE] Release to VS Marketplace #7

pr1metine opened this issue May 25, 2020 · 1 comment

Comments

@pr1metine
Copy link

Certainly would like to see this extension on the Visual Studio Marketplace.

@SyamSundarKirubakaran
Copy link
Contributor

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants