vscode-spellright icon indicating copy to clipboard operation
vscode-spellright copied to clipboard

Performance optimization

Open ogmios-voice opened this issue 3 years ago • 5 comments

Performance optimization (high cpu usage fix): avoid rechecking the whole line on every change. Minor code refactoring. provideCodeActions bug fix.

ogmios-voice avatar Jul 21 '21 03:07 ogmios-voice

@ogmios-voice curious, do you by any chance have this published to the VS Code marketplace somewhere? I'd love to try the fix out, but rather not build the thing from source.

matklad avatar Mar 14 '22 21:03 matklad

I don't like unnecessary duplication, so no, I won't publish it. This pull request should have been already merged a long time ago, is it provides a fix for multiple issues marked as "help wanted".

ogmios-voice avatar May 17 '22 11:05 ogmios-voice

Rebased over v3.0.64

ogmios-voice avatar May 19 '22 00:05 ogmios-voice

@ogmios-voice curious, do you by any chance have this published to the VS Code marketplace somewhere? I'd love to try the fix out, but rather not build the thing from source.

@matklad Just copy the modified files to the extension folder. (on Windows: %USERPROFILE%\.vscode\extensions\ban.spellright-<VERSION>)

ogmios-voice avatar May 19 '22 00:05 ogmios-voice

@bartosz-antosik any chance you are going to merge this in?

shadoath avatar Jul 04 '23 17:07 shadoath