Renaming is not possible if file is excluded from analysis_options
#59912
Labels
analyzer-server
area-analyzer
Use area-analyzer for Dart analyzer issues, including the analysis server and code completion.
P3
A lower priority bug or feature request
If you have on your
analysis_options.yaml
the following:When you use
build_runner
and a file with that ending is created, it is not analyzed (whatever that means besides showing warnings/lints).That is what I expected but renaming doesn't work - "is outside of project" message. Since this file is still within my project I was not expecting this message but mainly I expected the rename to work.
I'd expect it to allow me to rename if the file is inside any of the original analysis roots, regardless of where excludes and actual contexts are.
FYI @bwilkerson @DanTup
The text was updated successfully, but these errors were encountered: