Visual studio intellisense for headers without .h

后端 未结 2 382
难免孤独
难免孤独 2021-02-04 06:40

I am using a library that has headers without the .h
This defeats visual studio\'s intellisense (declaration/definition lookup)

Anyone know how to tell VS2008 that a

2条回答
  •  一个人的身影
    2021-02-04 07:10

    Go to Tools::Options::Text Editor::File Extension tab in Visual Studio. Check the "Map extensionless headers" checkbox, and select the language you want from the combobox.

提交回复
热议问题