Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想知道是否有办法在 Visual Studio 中查看 ANSI C 函数信息。我正在使用 C,我不喜欢去外部网站查看函数的返回值或它的作用。
非常感谢!
I'm using VS 2012 so I'm not sure if it works in 2010 but if you put your cursor on the function and hit the F12 key it takes you to the declaration of the function or method which shows the return value, arguments and a description.