FastScriptReload icon indicating copy to clipboard operation
FastScriptReload copied to clipboard

opt: improved analyzer collect approach

Open labbbirder opened this issue 8 months ago • 2 comments

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

labbbirder avatar May 09 '25 10:05 labbbirder

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

handzlikchris avatar May 12 '25 07:05 handzlikchris

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.

labbbirder avatar May 12 '25 08:05 labbbirder