Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

code completion for overriding a method #18513

Closed
jmesserly opened this issue Apr 29, 2014 · 8 comments
Closed

code completion for overriding a method #18513

jmesserly opened this issue Apr 29, 2014 · 8 comments
Assignees
Labels
analyzer-completion Issues with the analysis server's code completion feature area-analyzer Use area-analyzer for Dart analyzer issues, including the analysis server and code completion. closed-duplicate Closed in favor of an existing report type-enhancement A request for a change that isn't a bug

Comments

@jmesserly
Copy link

This might be user error, but I've got code like:

class MatchesSelector extends css.Visitor {
  @­override // originally didn't have this, but added it in case it helps
  // <-- cursor here
}

What I expected to happen is ctrl+space to show me a list of methods to override. Instead I don't get anything.

Used to love this feature heavily in C# in Visual Studio, and I bet Java tools have the same feature... it's nice for things like Visitors where they have tons of methods and are very amenable to completion.

@jmesserly
Copy link
Author

typo, meant to write "Used to love this feature and used it heavily"...

@clayberg
Copy link

Set owner to @scheglov.
Added this to the 1.5 milestone.
Removed Priority-Unassigned label.
Added Priority-Medium label.

@kasperl
Copy link

kasperl commented Jun 4, 2014

Removed this from the 1.5 milestone.
Added this to the 1.6 milestone.

@kasperl
Copy link

kasperl commented Jul 10, 2014

Removed this from the 1.6 milestone.
Added Oldschool-Milestone-1.6 label.

@sethladd
Copy link
Contributor

This sounds awesome. Probably an analyzer request?


Removed Area-Editor label.
Added Area-Analyzer label.

@sethladd
Copy link
Contributor

Removed Oldschool-Milestone-1.6 label.
Added Analyzer-Completion label.

@scheglov
Copy link
Contributor

Set owner to @danrubel.

@bwilkerson
Copy link
Member

Added Duplicate label.
Marked as being merged into #13052.

@jmesserly jmesserly added Type-Enhancement area-analyzer Use area-analyzer for Dart analyzer issues, including the analysis server and code completion. analyzer-completion Issues with the analysis server's code completion feature closed-duplicate Closed in favor of an existing report labels Dec 5, 2014
@kevmoo kevmoo added type-enhancement A request for a change that isn't a bug and removed type-enhancement labels Mar 1, 2016
This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
analyzer-completion Issues with the analysis server's code completion feature area-analyzer Use area-analyzer for Dart analyzer issues, including the analysis server and code completion. closed-duplicate Closed in favor of an existing report type-enhancement A request for a change that isn't a bug
Projects
None yet
Development

No branches or pull requests

8 participants