You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
C++20 implemented std::format and it's not using printf% placeholder but {} will be nice if it was added to this extensions.
I tried to do it myself with another extension called "std::format placeholder highlighter" but it doesn't work when I download the extension but work locally, anyway, will be easier if it was implemented in better cpp syntax.
The text was updated successfully, but these errors were encountered:
C++20 implemented
std::format
and it's not usingprintf
%
placeholder but{}
will be nice if it was added to this extensions.I tried to do it myself with another extension called
"std::format placeholder highlighter"
but it doesn't work when I download the extension but work locally, anyway, will be easier if it was implemented in better cpp syntax.The text was updated successfully, but these errors were encountered: