-
Notifications
You must be signed in to change notification settings - Fork 5
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
big max script file is really slow to navigate #9
Comments
Yes, I know; limitations of writing the parser in JS. Not much that can be done, either:
You're welcome to collaborate if you can do some improvements to the code. |
About antlr4 , something to get you started |
@Trebor777 Could you contribute to the extension? I think unary minus syntax will be very problematic to resolve, also, once the grammar is done, a replacement for the post-processors needs to be done. |
@HAG87 If only I had the time ^^' ... Sadly no. not yet anyway. Since mentionned it I only took 5min to look for it to see if there was anything and thought it might help you. |
Thanks Marc; sadly I too don't have the time now to update the extension.
It will stay in "it's good enough for not so large scripts" for now. Btw,
great find! If the author is willing to collaborate, the extension could be
greatly improved.
El lun, 11 oct 2021 a las 1:30, Marc Robert ***@***.***>)
escribió:
… @HAG87 <https://github.com/HAG87> If only I had the time ^^' ... Sadly
no. not yet anyway. Since mentionned it I only took 5min to look for it to
see if there was anything and thought it might help you.
Awesome work on the current extension btw :) thanks a lot.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#9 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AFLKSCZFCUJN7JJ2SXGPGFLUGJ77ZANCNFSM47DC5X5A>
.
Triage notifications on the go with GitHub Mobile for iOS
<https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675>
or Android
<https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub>.
|
I have a max script file with more than 20K lines of codes
I cannot use this plugin with that code as vscode is slowed down and almost impossible to navigate
Disabling the plugin everything works well
is there a way to customize/improve performances? maybe adding memory for big file size etc?
The text was updated successfully, but these errors were encountered: