Skip to content

Class declaration input clunky #33

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:.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions