Skip to content

Autocomplete implementations of overriding methods #4

@keskiju

Description

@keskiju

e.g. super class has a method 'someMethod(String str)'. User writes 'som' while editing inherited class and autocomplete provides boilerplate implementation as a snippet. Snippet also includes the @OverRide annotation.

Dictionary does not currently contain information about inheritance. Implement:

  • Add information about inheritance to dictionary: JavaClassReader.readClassesByName() and JavaClassLoader._addClass()
  • Snippets as suggestions: AtomAutocompleteProvider.getSuggestions()

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions