Kodease READMEPlease install Axios before running this extension.
FeaturesCode suggestionsThe program will be able to automatically generate code suggestions for the following:
Generate commentsThis program uses a microsoft deep learning model to automatically generate short comments for code or snippets. The generate comment function can be called in two ways.
Google Search FunctionThe User can highlight and search a snippet of text on google for results. The google search function can be called in two ways.
Generate getters and settersThe User can highlight the instance variables inside a class and then generate both getters and setters for the variable. The generate getters and setters function can be called in two ways.
Generate Test CaseThe User can highlight several code functions and generate test cases for them. The user can then edit the generated templates as required. The generate test case function can be called in two ways.
User guideThe program can be installed directly from marketplace. As of the current version, only support for vscode is provided. The program has several help functions to display the various avaliable commands:
The other functions can be mainly called from the command palette or context menus. Release Notes0.4.0Kodease Prototype. Release of program with code suggestions functionality. 0.5.0Added comment generation. 0.7.0Added Google search function. 0.8.0Added test case generation. Added automated getters and setters function. 1.0.0Minor bug fixes and official release. |