当前位置:网站首页>Afraid to write documents? AI plug-in for automatically generating code documents

Afraid to write documents? AI plug-in for automatically generating code documents

2022-06-12 22:06:00 Solution jdon

Apply to Python、JavaScript、TypeScript、PHP and Java Of AI Document writer ,vscode Plug in click on the title ,Intellij Idea Plug in click here .

Documentation sucks . Give Way Mintlify To deal with it , Skip the dreadful steps of writing code , With 10 Times the speed to complete the task , Make your code base easier to use by improving its readability .

Supported languages :

  • Python
  • JavaScript
  • TypeScript
  • JSX and TSX files
  • PHP
  • Java

Support document format :

  • JSDoc
  • reST
  • NumPy
  • DocBlock
  • Javadoc
  • Google

The first 1 Step highlight the code or place the cursor on the line to be recorded  

The first 2 Step Click Write Docs Button

 

Close test effectively , Check the following method :

    @Override
    @Send("newForumMessageNotifier")
    public DomainMessage notifyLobby(Notification notification) {
        return new DomainMessage(notification);
    }

Right click , Select to generate document :

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

 

原网站

版权声明
本文为[Solution jdon]所创,转载请带上原文链接,感谢
https://yzsam.com/2022/02/202202281153417610.html