怕寫文件?AI自動生成程式碼文件的外掛

banq發表於2022-02-28

適用於 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
  • Google

第 1 步突出顯示程式碼或將游標放在要記錄的行上 

第 2 步單擊Write Docs按鈕

怕寫文件?AI自動生成程式碼文件的外掛

 

親測有效,選中下面方法:

    @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.
 */

 

相關文章