適用于 Python、JAVAScript、TypeScript、php 和 Java 的 AI 文檔編寫器,vscode插件點擊標題,Intellij Idea插件點這里。
寫文檔很爛。讓Mintlify 來處理它,跳過編寫代碼的可怕步驟,以 10 倍的速度完成任務,通過提高其可讀性使人們更容易使用您的代碼庫。
支持的語言:
- Python
- JavaScript
- TypeScript
- JSX and TSX files
- PHP
- Java
支持文檔格式:
- JSDoc
- reST
- NumPy
- DocBlock
- Javadoc
第 1 步突出顯示代碼或將光標放在要記錄的行上
第 2 步單擊Write Docs按鈕
親測有效,選中下面方法:
@Override
@Send("newForumMessageNotifier")
public DomainMessage notifyLobby(Notification notification) {
return new DomainMessage(notification);
}
按右鍵,選則生成文檔:
/**
* It sends a message to the newForumMessageNotifier queue.
*
* @param notification The notification to send.
* @return The DomainMessage class is a wrApper for the Notification class.
*/
文中鏈接見:人工智能文檔編寫器:使用AI生成Javadocs等文檔的插件擴展