Lamner Comment Generator README
This extension interfaces with a server-based AI model that returns a text comment describing a function passed to the model as a parameter. This extension utilizes Rishab Sharma's machine learning model. Nathan Nesbitt built the client-side server application, which uses Rishab Sharma's model. Finally, Guy Kaminsky made the Visual Studio Code extension with the help of Rocco Ruscitti and published it to the visual studio marketplace. The extension is an academic project which is not consistently maintained. It is currently in a beta-testing state. Comments are generated using a locally run server and are not sent anywhere external.
Disclaimers
Features
RequirementsPlease have Git installed on to the system PATH, you can refer to the following website for reference. Please have Python installed on to the system PATH, you can refer to the following website for reference.
Usage
Extension Settings, CommandsThis extension contributes the following palette commands:
General IssuesNo known issues to date.
Security IssuesWe are not aware of any security issues. The server is run locally using an open source machine learning model, but this extension project does not maintain that code repository, thus we cannot guarantee changes to that code will may compromise security. See the following section for a link to the server model's repository.
Lamner ModelThe following link will lead to the model that is installed in this extension.
Release Notes1.0.2Initial development release of Lamner Comment Generator. |