qutorial / zplusplus

Projectional C++
Eclipse Public License 1.0
6 stars 2 forks source link

Declaring variables on the stack is not very user friendly #31

Open klemensschindler opened 9 years ago

klemensschindler commented 9 years ago

Usability improvements

An idea to solve some of these issues is: Since we know the type (the LHS) we may be able to match against the signatures of all constructors within that class. The list of arguments can be simply a list of expressions. One issue with this solution however is that we also need to have proper references. (ctrl+click on the declaration should still bring us to a matching constructor)

klemensschindler commented 9 years ago

This has been discussed and we can