Description
- Dart SDK Version (
dart --version
)Dart SDK version: 2.13.3 (stable) (Wed Jun 9 12:44:44 2021 +0200) on "macos_x64"
- Whether you are using Windows, MacOSX, or Linux (if applicable)
MacOS 11.6
- Whether you are using Chrome, Safari, Firefox, Edge (if applicable) N/A
This issue is a follow-up to discussion occurring in #57588, starting with this comment.
During my attempts at developing a custom analyzer plugin, I've found the IDE feedback to be very flaky. I figured it was just my own implementation (even though it was mostly based off the same approach as string_literal_finder), but once I actually pulled down string_literal_finder
and pointed to it from source, I saw similar results, shown below. You can find the source for my reproduction here.
Screen.Recording.2021-10-28.at.10.34.07.AM.mov
At the time the above was recorded, this was what analyzer diagnostics was telling me. Unfortunately I did not capture instrumentation logs (well I did, but have since restarted the analyzer server which wiped those logs out).
Please let me know if I can provide any more helpful information.