Syntax #7655
Answered
by
sean-mcmanus
null_ptr (null0ptr)
asked this question in
Q&A
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. |
Answered by
sean-mcmanus
Jun 7, 2021
Replies: 1 comment 2 replies
|
Completion of The () issue with std::sort/partition/etc. is fixed for our pending 1.5.0-insiders: #7626 |
2 replies
Answer selected by
null0ptr
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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