호출 계층 구조 보기

Call Hierarchy 보기를 사용하여 언어 서버에서 수신 및 발신 함수 호출을 확인할 수 있습니다.

코드 편집기에서 함수 정의에 커서를 놓으면 해당 함수를 호출하는 함수 목록과 해당 함수가 호출하는 함수를 볼 수 있습니다. 이 기능은 재귀적으로 작동하므로 호출자의 호출자도 볼 수 있습니다. 그러나 Clangd는 들어오는 호출만 나열합니다.

편집기 도구 모음에서 언어 클라이언트 메뉴 을 선택한 다음 Restart 을 선택하여 함수에 대한 호출 계층 정보를 수집합니다.

통화 계층 구조 보기

언어 서버 관리하기를참조하세요 .

Copyright © The Qt Company Ltd. and other contributors. Documentation contributions included herein are the copyrights of their respective owners. The documentation provided herein is licensed under the terms of the GNU Free Documentation License version 1.3 as published by the Free Software Foundation. Qt and respective logos are trademarks of The Qt Company Ltd in Finland and/or other countries worldwide. All other trademarks are property of their respective owners.