Danny Tuppeny
Danny Tuppeny
@lsaudon what do you see now?
Oh, was your complaint that it was generating a bad variable name, rather than not prompting for it in advance? I would like to automatically trigger rename after generating, but...
Gotcha, thanks. In that case I'll re-close this, and we can hope to fix it by triggering the rename functionality directly after the refactor if VS Code/LSP get that capability.
I was able to reproduce this on my M1 MacBook. I was able to force the permission prompt by pasting this into the built-in VS Code terminal: ``` osascript -...
@exaby73 I don't know a lot about it, but it feels to me like the issue is on macOS or in the SDK used by the swift code in the...
This sort of functionality would be better suited to an analyzer plugin (https://github.com/dart-lang/sdk/tree/main/pkg/analyzer_plugin), which is how packages like dart_code_metrics and custom_lint provide their diagnostics and fixes. It's not feasible for...
@jacob314 @srawlins fyi - some possible requirements for plugins here.
Looks like some of this was already been implemented, see: - https://github.com/schultek/jaspr/issues/132 - https://github.com/schultek/jaspr/pull/133 I don't know how complete it is, but if there are things missing I think the...
I got this too. If it is intended, it would be nice if it could be handled better and a more suitable message so it's clearer of this is a...
> In some sense the ship has already sailed It has for the current version, but surely the next time the data format changes, a version number could be added,...