GhostDoc 릴리스

릴리스 전반에서 새로 나온 내용을 살펴보세요. 기능, 개선 사항, 해결된 문제에 대한 자세한 정보를 제공합니다.

1월
2월
3월
4월
5월
6월
7월
8월
9월
10월
11월
12월
GhostDoc v2024.1.24100주요 버전2024년 4월 9일
기능
  • Added support for Microsoft Visual Studio on ARM64.
  • Added the option to use ChatGPT to generate XML Comments.
  • Optimized TOC for large help files to load asynchronously. Only works in hosted environment, doesn't work for local help file.
  • Added a new "Load Index Panel On Demand" option for Website help TOC async loading.
  • Added support for commenting local methods in a global statement of the hidden Program.Main method.
  • Added the "Auto-collapse XML Comments when open source file" solution option.
  • The menu items: Documentation Comments, Expand and Documentation Comments and Collapse now have icons.
  • Added support for documenting records in C#.
수정 사항
  • Fixed an issue handling multi-dimensional array parameters.
  • Fixed cref links when a method is marked with it.
  • Fixed issue with XML comment duplicates for partial method declaration.
  • Fixed issue with parsing string interpolation expressions.
  • Highlighting incorrect XML comment when a file contains two identical comments and the "Highlight auto-generated summary when Document This" option turned on.
  • Adding blank lines after file header comment.
  • Fixed Windows warning "this application may not be compatible with this version of Windows" for CMD, Registration, Offline Activation.
  • Show Document This warning when XML comment is malformed, skip the malformed comments when Document Type, File, and Project.
  • Fixed issue with documenting incorrect project in some cases when invoked through a right-click in Solution Explorer.
  • Fixed issue with not rendering base method comments in the docs when the derived method declared as async.