FastScriptReload
FastScriptReload copied to clipboard
opt: improved analyzer collect approach
This is an addition to PR #168 , having a significant improvement.
Tested on all known editor packages:
- Visual Studio Editor
- Visual Studio Code Editor
- JetBrains Rider Editor
Thanks - now with parsing inolved I think it'd be good to extract getting analyzers to separate method and wrap it in error handling. It's in quite critical part and I wouldn't want it to stop compiling due to some project-file parse error
Thanks - now with parsing inolved I think it'd be good to extract getting analyzers to separate method and wrap it in error handling. It's in quite critical part and I wouldn't want it to stop compiling due to some project-file parse error
Right. That's reasonable.