News on June 30, Microsoft recently released VS Code The latest version of the C extension suite, 1.16, brings new features and improvements to developers. This version introduces a new feature called "Call Hierarchy" feature is designed to help developers better understand the reference relationships between code functions. In addition, the related functions of comments and definitions have also been enhanced, giving developers more freedom when writing comments and definitions.
It is understood that developers only need to right-click on the code function and select "Call Hierarchy" in the function menu to use this function. Through "Call Hierarchy", developers can intuitively view the complex reference relationships between code functions to better understand the code structure and process.
Microsoft has further strengthened comments and definitions Related functions of and definitions are copied to the clipboard so that developers can easily paste them elsewhere, thereby improving development efficiency.
Microsoft said that the launch of these new features is a response to the needs of developers and is designed to help them more Better understand the structure and reference relationships of the code, and provide more flexible ways of annotating and defining operations. Microsoft attaches great importance to developer feedback and continues to improve and optimize VS Code C extension suite to provide a better development experience.
The above is the detailed content of VS Code C++ version 1.16 released: Added 'Call Hierarchy' function to help developers understand the code in depth. For more information, please follow other related articles on the PHP Chinese website!