stevemessick

Results 17 issues of stevemessick

Version 1.7 of the IntelliJ plugin for Gradle should be released the week of June 13. Update the build to use it when it is out. Currently using a pre-release...

The new `skeleton` template includes an example usage of `flutter_localizations`. In the `app_en.arb` file is a single definition called `appTitle`. We need support for `Find Usages` in the IDE. I'm...

I don't know if there is a hook available, but if there is we should make `File > Invalidate Caches` delete the Dart analyzer cache as well as the IntelliJ...

Android Studio ignores the preference that asks whether to open a new project in a new window or in the same window. It simply opens a new window (which is...

ide-consistency

This would be similar to the Android Studio feature that displays an icon in the gutter next to the entry point of an Android app. Clicking it opens the manifest...

enhancement
ide-consistency

Running tests with 2022.1 causes a number of warnings to be generated. We need to update the test code to stop using deprecated APIs. Also, check that test failures still...

We have a few requests that the Flutter project root directory be separated from the IntelliJ project directory. Actually, I think IntelliJ considers a project to be a collection of...

usability
code-health
tech debt
ide-consistency

Switch live templates to use the analyzer snippets instead of XML files. That will fix #6071.

See the stack trace in #6135. There is a new warning a/o 2022.1.

platform-idea

Google is sunsetting Universal Analytics as of July 1, 2023. We need to convert to Google Analytics 4 before then. cc: @jacob314 @jwren @jayoung-lee FWIW I do not have access...