#pragma mark
XCodeにあるのと同等のVisualStudioプリプロセッサはありますか?これが私が尋ねる理由です:
これはWindows上にあります。
これはMac上にあります。
私#region
はC#で知っていますが、C++で同様の機能はありません。
2013年12月3日編集:
#pragma region
adds collapsibility to code, but doesn't add sections to VS's method listings, which is essentially what I'm looking for. I much prefer to jump to methods quickly using the function listing, especially in large classes/files where scrolling through a forest of code is a no-no; the "sectioning" really shines in such cases.
I was really expecting Visual Studio to have this kind of functionality, seems like something pretty basic. Pretty sure Eclipse lets you do this with the Coffee-Bytes plugin too.