Skip to content

Missing code completions on Android code for a plugin project #972

Open
@mit-mit

Description

@mit-mit

The Android code for an app project (i.e., standard flutter create template) can be edited if configured using these steps.

This doesn't appear to work for plugin projects:

  1. flutter create --plugin myplugin
  2. cd myplugin
  3. idea .

=>

Dart analysis works as expected on lib/main.dart

Analysis appears to work for Java code, but code completions do not:

  1. Open android/src/.../MypluginPlugin.java
  2. In line 28, type result.

=> no completions

Activity

mit-mit

mit-mit commented on May 2, 2017

@mit-mit
MemberAuthor
eseidelGoogle

eseidelGoogle commented on May 14, 2017

@eseidelGoogle

@mit-mit the "these steps" self-links to this bug. :) . I'm interested in finding the one you meant.

mit-mit

mit-mit commented on May 14, 2017

@mit-mit
MemberAuthor
mit-mit

mit-mit commented on May 16, 2017

@mit-mit
MemberAuthor

@skybrian any ideas on this?

modified the milestone: On Deck on May 26, 2017
modified the milestones: On Deck, Backlog on Oct 11, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

      Development

      No branches or pull requests

        Participants

        @pq@devoncarew@eseidelGoogle@mit-mit

        Issue actions

          Missing code completions on Android code for a plugin project · Issue #972 · flutter/flutter-intellij