T O P I C R E V I E W |
xMRi |
Posted - Mar 01 2018 : 07:27:38 AM There are a few some new attributes like [[noreturn]] [[deprecated]] etc.
https://docs.microsoft.com/de-de/cpp/cpp/attributes2
Available in VS-2017. Currently they are neither supported in the syntax coloring and they are not supported when I type them.
Regards Martin |
1 L A T E S T R E P L I E S (Newest First) |
feline |
Posted - Mar 01 2018 : 07:37:49 AM We are working on properly supporting / understanding these new attributes in our parser:
case=112204
and we are considering adding a setting to colour them in the code:
case=113563
For typing them, have you looked at using VA Snippets? They would seem to be well suited to this. |