Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>KodeaseNew to Visual Studio Code? Get it now.
Kodease

Kodease

Kodease

|
55 installs
| (1) | Free
Kodease is a virtual assistant meant for programming. It was created with the goal of reducing the time wasted on redundant or repetitive processes.
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Kodease README

Please install Axios before running this extension.

npm install axios

Features

Code suggestions

The program will be able to automatically generate code suggestions for the following:

1) If Loop
2) For Loop
3) While Loop
4) Try - Catch
5) Switch Statements
6) Arrays
7) String manipulation
8) Date / Time
9) File Manipulation
10) Classes and Objects

Generate comments

This 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.

1) From the command palette 
2) By highlighting and selecting the generate command function from the popup menu.

Google Search Function

The User can highlight and search a snippet of text on google for results.

The google search function can be called in two ways.

1) From the command palette 
2) By highlighting and selecting the search command function from the popup menu.

Generate getters and setters

The 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.

1) From the command palette 
2) By highlighting and selecting the generate command function from the popup menu.

Generate Test Case

The 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.

1) From the command palette 
2) By highlighting and selecting the generate command function from the popup menu.

User guide

The 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:

1) Help-general
2) Help-datetime
3) Help-file
4) Help-string

The other functions can be mainly called from the command palette or context menus.

Release Notes

0.4.0

Kodease Prototype. Release of program with code suggestions functionality.

0.5.0

Added comment generation.

0.7.0

Added Google search function.

0.8.0

Added test case generation. Added automated getters and setters function.

1.0.0

Minor bug fixes and official release.

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft