Skip to content

Class declaration input clunky #33

@eugenschindler

Description

@eugenschindler

Right now, to enter std::string one = "Hello", the following actions need to happen (assuming an external module string, which defines class std::string):

  • a LocalVariableDeclaration must be selected via completion menu
  • a NamespaceOperator must be selected via completion menu in the LHS
  • a namespace and the string class must be selected via completion menu
  • = must be typed and "Hello" can be typed

It's better to make this more usable, starting by e.g. a right transformation after typing std:.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions