T O P I C R E V I E W |
rryk |
Posted - Oct 02 2011 : 10:20:24 PM I wonder how can Visual Assist X be extended to support C++11 (formerly known as C++0x) features. Let's discuss possible extensions in this thread.
Here is one suggestion from me - display the deduced type for "auto" keyword when hovering it with mouse. |
4 L A T E S T R E P L I E S (Newest First) |
support |
Posted - Dec 16 2011 : 1:46:49 PM case=13607 is implemented in build 1862 |
Mordachai |
Posted - Oct 17 2011 : 09:59:05 AM +1 for deduced type! Great idea, if practical. :) |
feline |
Posted - Oct 03 2011 : 8:24:44 PM We are working on adding support for auto variables in C++, I have put a note onto the case about showing the deduced type, this is an interesting idea:
case=13607 |
accord |
Posted - Oct 03 2011 : 6:18:43 PM We are working on auto keyword support:
case=13607
We are going to improve lambda parsing as well and will support some other C++ 11 features at some point. |