question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Code Completion and Intellisense Issue has regressed

See original GitHub issue

The issue with code completion and intellisense is back. Here is my flutter doctor report! Code completion is mostly is broken with suggestions here and there and auto suggestions for class imports fail. Also unused variables and objects are not highlighted (greyed-out). I have updated the Dart and Flutter plugins from the Preferences > Plugins

flutter doctor -v
[✓] Flutter (Channel beta, 2.11.0-0.1.pre, on macOS 12.1 21C52 darwin-x64, locale en-IN)
    • Flutter version 2.11.0-0.1.pre at /Users/maheshiyer/Documents/flutter_sdk/flutter
    • Upstream repository https://github.com/flutter/flutter.git
    • Framework revision b101bfe32f (3 weeks ago), 2022-02-16 07:36:54 -0800
    • Engine revision e355993572
    • Dart version 2.17.0 (build 2.17.0-69.2.beta)
    • DevTools version 2.10.0-dev.1

[✓] Android toolchain - develop for Android devices (Android SDK version 31.0.0)
    • Android SDK at /Users/maheshiyer/Library/Android/sdk
    • Platform android-31, build-tools 31.0.0
    • ANDROID_HOME = /Users/maheshiyer/Library/Android/sdk
    • Java binary at: /Applications/Android Studio.app/Contents/jre/Contents/Home/bin/java
    • Java version OpenJDK Runtime Environment (build 11.0.11+0-b60-7590822)
    • All Android licenses accepted.

[✓] Xcode - develop for iOS and macOS (Xcode 13.2.1)
    • Xcode at /Applications/Xcode.app/Contents/Developer
    • CocoaPods version 1.11.2

[✓] Chrome - develop for the web
    • Chrome at /Applications/Google Chrome.app/Contents/MacOS/Google Chrome

[✓] Android Studio (version 2021.1)
    • Android Studio at /Applications/Android Studio.app/Contents
    • Flutter plugin can be installed from:
      🔨 https://plugins.jetbrains.com/plugin/9212-flutter
    • Dart plugin can be installed from:
      🔨 https://plugins.jetbrains.com/plugin/6351-dart
    • Java version OpenJDK Runtime Environment (build 11.0.11+0-b60-7590822)

[✓] Connected device (3 available)
    • HD1911 (mobile) • e45b2c96 • android-arm64  • Android 11 (API 30)
    • macOS (desktop) • macos    • darwin-x64     • macOS 12.1 21C52 darwin-x64
    • Chrome (web)    • chrome   • web-javascript • Google Chrome 99.0.4844.51

[✓] HTTP Host Availability
    • All required HTTP hosts are available

• No issues found!

Issue Analytics

  • State:closed
  • Created 2 years ago
  • Comments:14 (8 by maintainers)

github_iconTop GitHub Comments

2reactions
jwrencommented, Mar 7, 2022

tldr; You should be able to (re-)install the Dart and Flutter for IntelliJ to get the functionality to work again.

longer version:

A corrupt version of the Dart Plugin was pushed temporarily to the JetBrains servers for version 2021.1, the issue was caught and fixed. Please let me know if you are unsuccessful in installing the Dart and Flutter plugin.

@alexander-doroshko

0reactions
stevemessickcommented, Mar 29, 2022

@ramvdixit You need to get the latest version of the plugin, 65.2.2. You have 65.1.2, which is broken.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Autocomplete regression in VS19 16.6.0 Preview 2.0
My report got resolved as duplicate against this one, but this issue is not mentioning that intellisense completion is broken for other trigger...
Read more >
R# 2019.3 regression: Intellisense / autocomplete
Since installing R# 2019.3, tab completion of intellisense items refuses to work randomly - pressing with an entry selected...
Read more >
[REGRESSION] Unnecessary auto fill in Chromium bugnizer
What steps will reproduce the problem? ... What is the expected result? The field should remain empty, besides the auto-complete popup displayed. What...
Read more >
Top 10 VS Code Extensions for Software Developers
Language-specific intellisense is also available, but this extension combines and interacts with such language-specific extensions to make autocomplete more ...
Read more >
VS Code re-installation: Pylance now complains about arcpy ...
I was able to resolve the issue by doing a full nuke & pave reinstallation: Uninstall VS Code Insiders; Sign out of all...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found