adityaag24/CodeMe

0

stars

2

commits

HTML

primary language

Apr 1, 2023

updated

README

CodeMe Extension for Visual Studio Code

This extension powers CodeMe to run on your Visual Studio Code application.

Features

This extension generates C/C++/Java/Python/Go/Javascript code for plain text prompts generated by the user. The user supplies the prompt using appropriate comments and the extension generates code pertaining to that prompt.

Requirements

A GPU Enabled Machine would have faster prompt addressability, although, it is not a necessity.

Known Issues

This is a Research Preview, only for Research Purposes.

Set of Commands and KeyBindings

  • Ctrl+Alt+g/Cmd+Alt+g: To Generate Code Given a Query
  • Ctrl+Alt+z/Cmd+Alt+z: To Summarize A Given Code
  • Ctrl+Alt+d/Cmd+Alt+d: To Check if Code has a defect
  • Ctrl+Alt+r/Cmd+Alt+r: To Refine A Given Code
  • Ctrl+Alt+t/Cmd+Alt+t: To translate code from X to Y

Usage

  • Open a new code file in VS Code.
  • Select the text you want to run the command for.
  • Alternatively, you could just hit the shortcut key (given above) that selects the text from the current cursor position to beginning of the document.
  • Open the command palette by pressing Ctrl+Shift+P (Windows/Linux) or Cmd+Shift+P (macOS) to run the extension.
  • Alternatively, press the corresponding key-binding (given above) for invoking the appropriate command. +
  • Wait for the extension to run and the output will be inserted in the next line of the cursor in the active editor.
  • Preview the generated code and make any necessary adjustments.
  • Export the code to a file or clipboard.
  • For translate command, the user will have to enter the prompt containing the language the user wants the code to translate to.

Release Notes

1.0.0

Initial release of CodeMe Extension for VS Code

Website (Don't forget to give feedback!)

https://www.codeme.site/

Enjoy!

Contributors

adityaag24

2 commits

adityaag24/CodeMe

0

stars

2

commits

HTML

primary language

Apr 1, 2023

updated

README

CodeMe Extension for Visual Studio Code

This extension powers CodeMe to run on your Visual Studio Code application.

Features

This extension generates C/C++/Java/Python/Go/Javascript code for plain text prompts generated by the user. The user supplies the prompt using appropriate comments and the extension generates code pertaining to that prompt.

Requirements

A GPU Enabled Machine would have faster prompt addressability, although, it is not a necessity.

Known Issues

This is a Research Preview, only for Research Purposes.

Set of Commands and KeyBindings

  • Ctrl+Alt+g/Cmd+Alt+g: To Generate Code Given a Query
  • Ctrl+Alt+z/Cmd+Alt+z: To Summarize A Given Code
  • Ctrl+Alt+d/Cmd+Alt+d: To Check if Code has a defect
  • Ctrl+Alt+r/Cmd+Alt+r: To Refine A Given Code
  • Ctrl+Alt+t/Cmd+Alt+t: To translate code from X to Y

Usage

  • Open a new code file in VS Code.
  • Select the text you want to run the command for.
  • Alternatively, you could just hit the shortcut key (given above) that selects the text from the current cursor position to beginning of the document.
  • Open the command palette by pressing Ctrl+Shift+P (Windows/Linux) or Cmd+Shift+P (macOS) to run the extension.
  • Alternatively, press the corresponding key-binding (given above) for invoking the appropriate command. +
  • Wait for the extension to run and the output will be inserted in the next line of the cursor in the active editor.
  • Preview the generated code and make any necessary adjustments.
  • Export the code to a file or clipboard.
  • For translate command, the user will have to enter the prompt containing the language the user wants the code to translate to.

Release Notes

1.0.0

Initial release of CodeMe Extension for VS Code

Website (Don't forget to give feedback!)

https://www.codeme.site/

Enjoy!

Contributors

adityaag24

2 commits

Languages

HTML

48.3%

JavaScript

45.5%

Python

6.2%