Syntax #7655
-
When I write an STL data structure such as vector, map using code completion IntelliSense, only the name gets completed not angular brackets. Also builtin functions like sort(), partition() doesn't place "()" after the function name. Do these problems have any solution? Kindly inform me if there any. Otherwise, I think solving these problems in upcoming updates would be a great idea. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
Completion of
The () issue with std::sort/partition/etc. is fixed for our pending 1.5.0-insiders: #7626 |
Beta Was this translation helpful? Give feedback.
Completion of
<>
is not implemented, particularly because there are many cases in which the <> can be omitted, such as viaThe () issue with std::sort/partition/etc. is fixed for our pending 1.5.0-insiders: #7626