-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Labels
Description
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:.