VS2019 changing "Int32" to "int"

  • Thread starter Thread starter LKeene
  • Start date Start date
L

LKeene

Guest
I'm in the habit of using the specification struct names for my value types rather than the keyword aliases ("Single" rather than "float", "Int32" rather than "int", etc) but VS2019 is automatically changing my entries to the keyword version. How do I disable this behavior? Thank you in advance.


-L

Continue reading...
 
Back
Top