intellij-idea - Alt+Enter 停止在 IntelliJ 中处理 Dart 文件

标签 intellij-idea dart flutter

在构建 Flutter 应用程序时,ALT + Enter 键盘快捷键非常方便,不仅可以调出快速修复,还可以调出一个弹出菜单来包装/删除小部件。在我运行 flutter upgrade 并更新 IntelliJ 中的 Dart 和 Flutter 插件(版本 2018.3.5)之前,它一直运行良好。

我尝试了一个小时的键盘快捷键、禁用和重新启用 Dart/Flutter 插件、重启和使 IntelliJ 中的缓存无效、关闭所有其他应用程序并多次重启 Windows 10。什么都不管用。我再也不能让 Alt+Enter 做任何事情了。在我更新插件和 Flutter SDK 之前,它工作正常,所以这些更新中的某些东西似乎破坏了它。

实际上,Alt+Enter 似乎没有任何作用,“建议灯泡”也没有出现。例如,如果我输入

String x  = 2;

2 得到正常的红色下划线,但没有灯泡出现,Al+Enter 什么也不做。我已经检查过设置中是否选中了“显示意图灯泡”并且分配了正确的键盘快捷键(只是为了确保我已将它们重置为默认值)。

有没有其他人最近遇到过这种情况并找到了解决办法?我已经尝试了所有我能在 StackOverflow 上找到的建议,但没有一个有效,也没有一个专门针对 Dart/Flutter 意图/ Action /quickfix 弹出窗口。

编辑

这是重启后的 IntelliJ 日志。我从似乎破坏 Alt+Enter 的 Dart SDK 开始,然后切换到另一个使 Alt+Enter 工作但禁用选择设备运行应用程序的可能性,然后再次切换回第一个(参见日志结尾附近的评论):

// Startup with SDK C:\Users\MyUser\flutter\bin\cache\dart-sdk   2.2.0-edge.0a7dcf17eb5f2450480527d6ad1e201fb47f1e36
2019-03-04 10:10:01,523 [      0]   INFO -        #com.intellij.idea.Main - ------------------------------------------------------ IDE STARTED ------------------------------------------------------ 
2019-03-04 10:10:01,539 [     16]   INFO -        #com.intellij.idea.Main - IDE: IntelliJ IDEA (build #IU-183.5912.21, 26 Feb 2019 12:01) 
2019-03-04 10:10:01,539 [     16]   INFO -        #com.intellij.idea.Main - OS: Windows 10 (10.0, amd64) 
2019-03-04 10:10:01,539 [     16]   INFO -        #com.intellij.idea.Main - JRE: 1.8.0_152-release-1343-b28 (JetBrains s.r.o) 
2019-03-04 10:10:01,539 [     16]   INFO -        #com.intellij.idea.Main - JVM: 25.152-b28 (OpenJDK 64-Bit Server VM) 
2019-03-04 10:10:01,539 [     16]   INFO -        #com.intellij.idea.Main - JVM Args: -Xms128m -Xmx750m -XX:ReservedCodeCacheSize=240m -XX:+UseConcMarkSweepGC -XX:SoftRefLRUPolicyMSPerMB=50 -ea -Dsun.io.useCanonCaches=false -Djava.net.preferIPv4Stack=true -Djdk.http.auth.tunneling.disabledSchemes="" -XX:+HeapDumpOnOutOfMemoryError -XX:-OmitStackTraceInFastThrow -Djb.vmOptionsFile=C:\Program Files\JetBrains\IntelliJ IDEA 2018.3.3\bin\idea64.exe.vmoptions -Didea.jre.check=true -Dide.native.launcher=true -Didea.paths.selector=IntelliJIdea2018.3 -XX:ErrorFile=C:\Users\MyUser\java_error_in_idea_%p.log -XX:HeapDumpPath=C:\Users\MyUser\java_error_in_idea.hprof 
2019-03-04 10:10:01,539 [     16]   INFO -        #com.intellij.idea.Main - ext: C:\Program Files\JetBrains\IntelliJ IDEA 2018.3.3\jre64\lib\ext: [access-bridge-64.jar, cldrdata.jar, dnsns.jar, jaccess.jar, jfxrt.jar, localedata.jar, meta-index, nashorn.jar, sunec.jar, sunjce_provider.jar, sunmscapi.jar, sunpkcs11.jar, zipfs.jar] 
2019-03-04 10:10:01,539 [     16]   INFO -        #com.intellij.idea.Main - charsets: JNU=Cp1252 file=Cp1252 
2019-03-04 10:10:01,570 [     47]   INFO -        #com.intellij.idea.Main - JNA library (64-bit) loaded in 31 ms 
2019-03-04 10:10:01,570 [     47]   INFO - penapi.util.io.win32.IdeaWin32 - Native filesystem for Windows is operational 
2019-03-04 10:10:01,648 [    125]   INFO -     #com.intellij.util.ui.JBUI - User scale factor: 1.0 
2019-03-04 10:10:02,460 [    937]   INFO - llij.ide.plugins.PluginManager - Cannot find optional descriptor javaee-specific.xml 
2019-03-04 10:10:02,460 [    937]   INFO - llij.ide.plugins.PluginManager - Cannot find optional descriptor java-specific.xml 
2019-03-04 10:10:02,915 [   1392]   INFO - .intellij.idea.IdeaApplication - CPU cores: 8; ForkJoinPool.commonPool: java.util.concurrent.ForkJoinPool@6865c311[Running, parallelism = 7, size = 0, active = 0, running = 0, steals = 0, tasks = 0, submissions = 0]; factory: com.intellij.concurrency.IdeaForkJoinWorkerThreadFactory@21227af0 
2019-03-04 10:10:02,931 [   1408]   INFO -     #com.intellij.util.ui.JBUI - System scale factor: 1.0 (JRE-managed HiDPI) 
2019-03-04 10:10:03,151 [   1628]   INFO - llij.ide.plugins.PluginManager - Cannot find optional descriptor javaee-specific.xml 
2019-03-04 10:10:03,151 [   1628]   INFO - llij.ide.plugins.PluginManager - Cannot find optional descriptor java-specific.xml 
2019-03-04 10:10:03,508 [   1985]   INFO - llij.ide.plugins.PluginManager - 138 plugins initialized in 451 ms 
2019-03-04 10:10:03,508 [   1985]   INFO - llij.ide.plugins.PluginManager - Loaded bundled plugins: ASP (0.1), Android Support (10.3.1.2), AngularJS (183.5912.21), Ant Support (1.0), Application Servers View (0.2.0), AspectJ Support (1.2), Bytecode Viewer (0.1), CFML Support (3.53), CSS Support (183.5912.21), CVS Integration (11), Cloud Foundry integration (1.0), CloudBees integration (1.0), CoffeeScript (183.5912.21), Copyright (8.1), Coverage (183.5912.21), Cucumber for Groovy (183.5912.21), Cucumber for Java (183.5912.21), DSM Analysis (1.0.0), Database Tools and SQL (183.5912.21), Docker integration (183.5912.21), Eclipse Integration (3.0), EditorConfig (183.5912.21), Emma (183.5912.21), Flash/Flex Support (183.5912.21), FreeMarker support (1.0), GWT Support (1.0), Geronimo Integration (1.0), Gherkin (999.999), Git Integration (8.1), GitHub (183.5912.21), GlassFish Integration (1.0), Google App Engine (1.1.4), Gradle (183.5912.21), Grails (9.0), Groovy (9.0), Guice (8.0), HTML Tools (2.0), HTTP Client (183.5912.21), Haml (183.5912.21), Heroku integration (183.5912.21), Hibernate Support (1.0), I18n for Java (183.5912.21), IDE Settings Sync (183.5912.21), IDEA CORE (183.5912.21), IntelliJ Configuration Script (183.5912.21), IntelliLang (8.0), J2ME (1.0), JBoss Arquillian Support (1.0), JBoss Drools Support (1.0), JBoss Frameworks Base Support (1.0), JBoss Integration (1.0), JBoss Seam Pageflow Support (1.0), JBoss Seam Pages Support (1.0), JBoss Seam Support (1.0), JBoss jBPM (2.0.0), JSR45 Integration (1.0), JUnit (1.0), Java Bytecode Decompiler (183.5912.21), Java EE: Batch Applications (1.0), Java EE: Bean Validation Support (1.1), Java EE: Contexts and Dependency Injection (1.1), Java EE: EJB, JPA, Servlets (1.0), Java EE: JMS, JSON Processing, Concurrency, Transaction  (1.0), Java EE: Java Server Faces (2.2.X.), Java EE: RESTful Web Services (JAX-RS) (1.0), Java EE: Web Services (JAX-WS) (1.9), Java EE: WebSockets (1.0), Java Server Pages (JSP) Integration (1.0), Java Stream Debugger (183.5912.21), JavaFX (1.0), JavaScript Debugger (1.0), JavaScript Intention Power Pack (0.9.4), JavaScript Support (1.0), Jetty Integration (1.0), Less support (183.5912.21), Markdown support (183.5912.21), Maven Integration (183.5912.21), Maven Integration Extension (183.5912.21), Mercurial Integration (10.0), OpenShift integration (1.0), Osmorc (1.4.12), Perforce Integration (2.0), Performance Testing (183.5912.21), Persistence Frameworks Support (1.0), Playframework Support (1.0), Plugin DevKit (1.0), Properties Support (183.5912.21), Reactor framework support (1.0), Refactor-X (2.01), Remote Hosts Access (183.5912.21), Resin Integration (8.1), SSH Remote Run (0.1), Sass support (183.5912.21), Settings Repository (183.5912.21), Smali Support (1.0), Spring AOP/@AspectJ (1.0), Spring Batch (1.0), Spring Boot (1.0), Spring Data (1.0), Spring Integration Patterns (1.0), Spring MVC (1.0), Spring OSGi (1.0), Spring Security (1.0), Spring Support (1.0), Spring Web Flow (1.0), Spring Web Services (1.0), Spring WebSocket (1.0), Spy-js (183.5912.21), Struts 1.x (2.0), Struts 2 (1.0), Stylus support (999.999), Subversion Integration (1.1), TFS (999.999), Tapestry support (1.0), Task Management (1.0), Terminal (0.1), TestNG-J (8.0), Thymeleaf (1.0), Time Tracking (1.0), Tomcat and TomEE Integration (1.0), UI Designer (183.5912.21), UML Support (1.0), Vaadin Support (1.0), Velocity support (1.0), W3C Validators (2.0), WSL Support Framework (183.5912.21), WebLogic Integration (1.0), WebSphere Integration (1.0), XPathView + XSLT Support (4), XSLT-Debugger (1.4), YAML (183.5912.21), ZKM-Unscramble (1.0), dmServer Support (0.9.5), tslint (183.5912.21) 
2019-03-04 10:10:03,508 [   1985]   INFO - llij.ide.plugins.PluginManager - Loaded custom plugins: Dart (183.5912.23), Flutter (33.3.2), Kotlin (1.3.21-release-IJ2018.3-1), PHP (183.5429.47) 
2019-03-04 10:10:04,817 [   3294]   INFO - cloudConfig.CloudConfigManager - === Start: JBA_NOT_CONNECTED === 
2019-03-04 10:10:04,892 [   3369]   INFO - pi.util.registry.RegistryState - Registry values changed by user: 
2019-03-04 10:10:04,892 [   3369]   INFO - pi.util.registry.RegistryState -   git.explicit.commit.renames.prohibit.multiple.calls = false 
2019-03-04 10:10:04,905 [   3382]   INFO - pi.util.registry.RegistryState - Experimental features enabled for user: inline.browse.button 
2019-03-04 10:10:04,940 [   3417]   INFO - ellij.util.io.PagedFileStorage - lower=100; upper=500; buffer=10; max=705 
2019-03-04 10:10:04,997 [   3474]   INFO - pl.local.NativeFileWatcherImpl - Starting file watcher: C:\Program Files\JetBrains\IntelliJ IDEA 2018.3.3\bin\fsnotifier64.exe 
2019-03-04 10:10:05,007 [   3484]   INFO - pl.local.NativeFileWatcherImpl - Native file watcher is operational. 
2019-03-04 10:10:05,287 [   3764]   INFO - com.intellij.ide.ui.UISettings - Loaded: fontSize=12, fontScale=0.0; restored: fontSize=12, fontScale=1.0 
2019-03-04 10:10:05,708 [   4185]   INFO - til.net.ssl.CertificateManager - Default SSL context initialized 
2019-03-04 10:10:05,724 [   4201]   INFO - rains.ide.BuiltInServerManager - built-in server started, port 63342 
2019-03-04 10:10:05,775 [   4252]   INFO - gs.impl.UpdateCheckerComponent - channel: release 
2019-03-04 10:10:05,901 [   4378]   INFO - j.ide.ui.OptionsTopHitProvider - 209 ms spent to cache options in application 
2019-03-04 10:10:05,901 [   4378]   INFO - .openapi.application.Preloader - com.intellij.ide.ui.OptionsTopHitProvider$Activity took 207 ms 
2019-03-04 10:10:05,935 [   4412]   INFO - il.indexing.FileBasedIndexImpl - Index exts enumerated:122, number of extensions:100 
2019-03-04 10:10:05,942 [   4419]   INFO - il.indexing.FileBasedIndexImpl - Index scheduled:6 
2019-03-04 10:10:05,975 [   4452]   INFO - tellij.psi.stubs.StubIndexImpl - All stub exts enumerated:24, number of extensions:135 
2019-03-04 10:10:05,975 [   4452]   INFO - tellij.psi.stubs.StubIndexImpl - stub exts update scheduled:0 
2019-03-04 10:10:06,349 [   4826]   INFO - ndex.PrebuiltIndexProviderBase - Using prebuilt id-index from C:\Users\MyUser\.IntelliJIdea2018.3\system\index\.persistent\prebuilt\PHP\id-index.input 
2019-03-04 10:10:06,696 [   5173]   INFO - plication.impl.ApplicationImpl - 94 application components initialized in 3639ms 
2019-03-04 10:10:06,697 [   5174]   INFO - .intellij.idea.IdeaApplication - App initialization took 5993 ms 
2019-03-04 10:10:06,963 [   5440]   INFO - m.intellij.ui.mac.touchbar.NST - OS doesn't support touchbar, skip nst loading 
2019-03-04 10:10:07,455 [   5932]   INFO - pl$FileIndexDataInitialization - Initialization done:1513 
2019-03-04 10:10:07,628 [   6105]   INFO - exImpl$StubIndexInitialization - Initialization done:171 
2019-03-04 10:10:07,796 [   6273]   INFO - com.intellij.ide.ui.UISettings - Loaded: fontSize=12, fontScale=1.0; restored: fontSize=12, fontScale=1.0 
2019-03-04 10:10:07,797 [   6274]   INFO - com.intellij.ide.ui.UISettings - Loaded: fontSize=16, fontScale=1.0; restored: fontSize=16, fontScale=1.0 
2019-03-04 10:10:08,017 [   6494]   INFO - pl.projectlevelman.NewMappings - VCS Root: [] - [<Project>] 
2019-03-04 10:10:08,017 [   6494]   INFO - pl.projectlevelman.NewMappings - VCS Root: [Git] - [D:/FAPPS/ResursAppFlutter] 
2019-03-04 10:10:08,586 [   7063]   INFO - ellij.project.impl.ProjectImpl - 200 project components initialized in 1429 ms 
2019-03-04 10:10:08,664 [   7141]   INFO - .openapi.application.Preloader - com.intellij.openapi.actionSystem.impl.ActionPreloader took 2766 ms 
2019-03-04 10:10:08,763 [   7240]   INFO - le.impl.ModuleManagerComponent - 2 module(s) loaded in 177 ms 
2019-03-04 10:10:08,893 [   7370]   INFO - j.ide.script.IdeStartupScripts - 0 startup script(s) found 
2019-03-04 10:10:09,023 [   7500]   INFO - rojectCodeStyleSettingsManager - Initialized from default code style settings. 
2019-03-04 10:10:09,117 [   7594]   INFO - om.intellij.util.ProfilingUtil - Profiling agent is not enabled. Add -agentlib:yjpagent to idea.vmoptions if necessary to profile IDEA. 
2019-03-04 10:10:09,743 [   8220]   INFO -              PerformancePlugin - Performance Plugin is in silent mode 
2019-03-04 10:10:09,787 [   8264]   INFO - CompilerWorkspaceConfiguration - Available processors: 8 
2019-03-04 10:10:09,946 [   8423]   INFO - ellij.project.impl.ProjectImpl - 24 project components initialized in 16 ms 
2019-03-04 10:10:09,946 [   8423]   INFO - .openapi.application.Preloader - com.intellij.ide.ui.search.SearchableOptionPreloader took 1289 ms 
2019-03-04 10:10:10,287 [   8764]   INFO - j.compiler.server.BuildManager - BUILDER_PROCESS [stdout]: Build process started. Classpath: C:/Program Files/JetBrains/IntelliJ IDEA 2018.3.3/lib/jps-launcher.jar;C:/Program Files/Android/Android Studio 3.3/jre/lib/tools.jar;C:/Program Files/JetBrains/IntelliJ IDEA 2018.3.3/lib/optimizedFileManager.jar 
2019-03-04 10:10:10,334 [   8811]   INFO - j.compiler.server.BuildManager - BUILDER_PROCESS [stderr]: SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder". 
2019-03-04 10:10:10,334 [   8811]   INFO - j.compiler.server.BuildManager - BUILDER_PROCESS [stderr]: SLF4J: Defaulting to no-operation (NOP) logger implementation 
2019-03-04 10:10:10,334 [   8811]   INFO - j.compiler.server.BuildManager - BUILDER_PROCESS [stderr]: SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further details. 
2019-03-04 10:10:10,586 [   9063]   INFO - .openapi.application.Preloader - com.intellij.codeInsight.completion.CompletionPreloader took 632 ms 
2019-03-04 10:10:10,602 [   9079]   INFO - .openapi.application.Preloader - com.intellij.ide.actions.GotoClassPresentationUpdater took 10 ms 
2019-03-04 10:10:10,945 [   9422]   INFO - llij.database.util.SqlDialects - SQL dialects initialized in 78 ms 
2019-03-04 10:10:11,678 [  10155]   INFO - .diagnostic.PerformanceWatcher - Pushing properties took 924ms; general responsiveness: ok; EDT responsiveness: ok 
2019-03-04 10:10:12,569 [  11046]   INFO - j.compiler.server.BuildManager - BUILDER_PROCESS [stdout]: Build process started. Classpath: C:/Program Files/JetBrains/IntelliJ IDEA 2018.3.3/lib/jps-launcher.jar;C:/Program Files/Android/Android Studio 3.3/jre/lib/tools.jar;C:/Program Files/JetBrains/IntelliJ IDEA 2018.3.3/lib/optimizedFileManager.jar 
2019-03-04 10:10:12,616 [  11093]   INFO - j.compiler.server.BuildManager - BUILDER_PROCESS [stderr]: SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder". 
2019-03-04 10:10:12,616 [  11093]   INFO - j.compiler.server.BuildManager - BUILDER_PROCESS [stderr]: SLF4J: Defaulting to no-operation (NOP) logger implementation 
2019-03-04 10:10:12,616 [  11093]   INFO - j.compiler.server.BuildManager - BUILDER_PROCESS [stderr]: SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further details. 
2019-03-04 10:10:14,417 [  12894]   INFO - tartup.impl.StartupManagerImpl - OpenFilesActivity run in 3550ms under project opening modal progress 
2019-03-04 10:10:14,502 [  12979]   INFO - ge.ExternalProjectsDataStorage - Loaded external projects data in 9 millis 
2019-03-04 10:10:15,022 [  13499]   INFO - tartup.impl.StartupManagerImpl - DartDumbAwareStartupActivity run in 333ms under project opening modal progress 
2019-03-04 10:10:15,033 [  13510]   INFO - .diagnostic.PerformanceWatcher - Post-startup activities under progress took 4353ms; general responsiveness: ok; EDT responsiveness: 3/5 sluggish 
2019-03-04 10:10:15,099 [  13576]   INFO - cloudConfig.CloudConfigManager - === Start.updateInitStatus === 
2019-03-04 10:10:15,103 [  13580]   INFO - cloudConfig.CloudConfigManager - === StatusBar.update create === 
2019-03-04 10:10:15,104 [  13581]   INFO - cloudConfig.CloudConfigManager - === calculateInitStatus === 
2019-03-04 10:10:15,471 [  13948]   INFO - .cloudConfig.CloudConfigClient - === Get cloud config URL: https://cloudconfig.jetbrains.com/cloudconfig/files === 
2019-03-04 10:10:15,486 [  13963]   INFO - j.ide.ui.OptionsTopHitProvider - 270 ms spent on EDT to cache options in application 
2019-03-04 10:10:15,843 [  14320]   INFO - cloudConfig.CloudConfigManager - === calculateInitStatus.value: JBA_NOT_CONNECTED === 
2019-03-04 10:10:15,848 [  14325]   INFO - .diagnostic.PerformanceWatcher - Indexable file iteration took 4170ms; general responsiveness: ok; EDT responsiveness: 3/4 sluggish 
2019-03-04 10:10:15,873 [  14350]   INFO - Json.PackageJsonUpdateNotifier - processPackageJsonFiles [] 
2019-03-04 10:10:16,746 [  15223]   INFO - tartup.impl.StartupManagerImpl - D:/FAPPS/ResursAppFlutter/.idea case-sensitivity: expected=false actual=false 
2019-03-04 10:10:16,767 [  15244]   INFO -  #git4idea.commands.GitHandler - [.] git version 
2019-03-04 10:10:16,864 [  15341]   INFO -  #git4idea.commands.GitHandler - git version 2.20.1.windows.1 
2019-03-04 10:10:16,892 [  15369]   INFO - ea.config.GitExecutableManager - Git version for C:\Program Files\Git\cmd\git.exe : 2.20.1 
2019-03-04 10:10:16,951 [  15428]   INFO - cloudConfig.CloudConfigManager - === End.updateInitStatus === 
2019-03-04 10:10:16,987 [  15464]   INFO - lutter.run.daemon.DeviceDaemon - starting Flutter device daemon #1: C:/Users/MyUser/flutter/bin/flutter.bat daemon 
2019-03-04 10:10:17,202 [  15679]   INFO - pl.projectlevelman.NewMappings - VCS Root: [Git] - [D:/FAPPS/ResursAppFlutter] 
2019-03-04 10:10:17,240 [  15717]   INFO - j.ide.ui.OptionsTopHitProvider - 220 ms spent to cache options in project 
2019-03-04 10:10:17,240 [  15717]   INFO - tartup.impl.StartupManagerImpl - Some post-startup activities freeze UI for noticeable time. Please consider making them DumbAware to do them in background under modal progress, or just making them faster to speed up project opening. 
2019-03-04 10:10:17,240 [  15717]   INFO - tartup.impl.StartupManagerImpl - Activity run in 220ms on UI thread 
2019-03-04 10:10:17,261 [  15738]   WARN - com.intellij.util.xmlb.Binding - no accessors for class org.jetbrains.kotlin.idea.highlighter.KotlinDefaultHighlightingSettingsProvider 
2019-03-04 10:10:17,339 [  15816]   INFO - cloudConfig.CloudConfigManager - === StatusBar.start another widget: com.intellij.cloudConfig.StatusBarInfoManager$InfoComponent@2604d2f0 === 
2019-03-04 10:10:17,455 [  15932]   INFO - #io.flutter.sdk.FlutterCommand - C:\Users\MyUser\flutter\bin\flutter.bat [--no-color, config, --machine] 
2019-03-04 10:10:17,460 [  15937]   INFO -     #io.flutter.sdk.FlutterSdk - Calling config --machine 
2019-03-04 10:10:19,028 [  17505]   INFO -     #io.flutter.sdk.FlutterSdk - flutter config --machine: 1568ms 
2019-03-04 10:10:19,105 [  17582]   INFO - tor.impl.FileEditorManagerImpl - Project opening took 12018 ms 
2019-03-04 10:10:19,273 [  17750]   INFO - pl.ProjectRootManagerComponent - project roots have changed 
2019-03-04 10:10:19,579 [  18056]   INFO - j.ide.ui.OptionsTopHitProvider - 135 ms spent on EDT to cache options in project 
2019-03-04 10:10:19,901 [  18378]   INFO - .diagnostic.PerformanceWatcher - Pushing properties took 7ms; general responsiveness: ok; EDT responsiveness: ok 
2019-03-04 10:10:19,965 [  18442]   INFO - .diagnostic.PerformanceWatcher - Indexable file iteration took 64ms; general responsiveness: ok; EDT responsiveness: ok 
2019-03-04 10:10:20,618 [  19095]   INFO - tartup.impl.StartupManagerImpl - CreateKotlinSdkActivity run in 444ms on UI thread 
2019-03-04 10:10:43,936 [  42413]   WARN - ConfigurableExtensionPointUtil - ignore deprecated groupId: language for id: preferences.language.Kotlin.scripting 

// Switched to C:\Program Files\Dart\dart-sdk    2.1.0
2019-03-04 10:11:04,852 [  63329]   INFO - pl.ProjectRootManagerComponent - project roots have changed 
2019-03-04 10:11:04,950 [  63427]   INFO - .diagnostic.PerformanceWatcher - Pushing properties took 51ms; general responsiveness: ok; EDT responsiveness: ok 
2019-03-04 10:11:05,027 [  63504]   INFO - .diagnostic.PerformanceWatcher - Indexable file iteration took 77ms; general responsiveness: ok; EDT responsiveness: ok 
2019-03-04 10:11:05,069 [  63546]   INFO - lutter.run.daemon.DeviceDaemon - shutting down Flutter device daemon #1: C:/Users/MyUser/flutter/bin/flutter.bat daemon 
2019-03-04 10:11:06,653 [  65130]   WARN - com.intellij.util.xmlb.Binding - no accessors for class io.flutter.sdk.FlutterPluginLibraryProperties 
2019-03-04 10:11:31,565 [  90042]   WARN - ConfigurableExtensionPointUtil - ignore deprecated groupId: language for id: preferences.language.Kotlin.scripting 

// Switched back to C:\Users\MyUser\flutter\bin\cache\dart-sdk   2.2.0-edge.0a7dcf17eb5f2450480527d6ad1e201fb47f1e36
2019-03-04 10:12:04,384 [ 122861]   INFO - pl.ProjectRootManagerComponent - project roots have changed 
2019-03-04 10:12:04,560 [ 123037]   INFO - .diagnostic.PerformanceWatcher - Pushing properties took 42ms; general responsiveness: ok; EDT responsiveness: ok 
2019-03-04 10:12:04,612 [ 123089]   INFO - .diagnostic.PerformanceWatcher - Indexable file iteration took 52ms; general responsiveness: ok; EDT responsiveness: ok 
2019-03-04 10:12:04,820 [ 123297]   INFO - lutter.run.daemon.DeviceDaemon - starting Flutter device daemon #2: C:/Users/MyUser/flutter/bin/flutter.bat daemon 
2019-03-04 10:12:04,948 [ 123425]   INFO - lutter.run.daemon.DeviceDaemon - starting Flutter device daemon #3: C:/Users/MyUser/flutter/bin/flutter.bat daemon 
2019-03-04 10:12:16,621 [ 135098]   INFO - ide.actions.ShowFilePathAction - 
Exit code 1 

最佳答案

在这里。不客气。 🤓🤓 enter image description here

关于intellij-idea - Alt+Enter 停止在 IntelliJ 中处理 Dart 文件,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/54946704/

相关文章:

dart-io - 如何使用 "dart:io"更改文件日期属性(至少修改日期)?

java - IntelliJ 理念 : Deploy a simple Java servlet (no JSP) to Tomcat 7

intellij-idea - 让 Intellij IDEA 始终显示参数工具提示

intellij-idea - WebStorm 和 IntelliJ IDEA 在 NPM 运行/调试配置中看不到自定义 NPM 脚本

listview - 如何在 flutter 中将 ListView 滚动到底部

flutter - '_Type' 不是类型 'Widget' 的子类型

dart - 如何在 Dart 中通过 async* 传输错误?

intellij-idea - Intellij在新 block 中添加额外的行

Flutter - 如何在 PageView Widget 中的页面之间传递数据?

android - 如何在 flutter POST 中发送请求编码为 :null ? 的二进制加密数据;它在 Node js 中正常工作