PyCoder ExtensionThis extension utillises the PyCoder model to generate code suggestions automatically as the user enters code into the workspace. The PyCoder model is trained via a multi-task training strategy, to learn the token prediction task and the type prediction task. FeaturesThe extension generates code suggestions as the user types in the workspace. Code suggestions are displayed inline at the user's current position in code. Alternatively, users can highlight a portion of code, right click and select the option Requirements
Run the server by navigating to /src/flask_server and run Open the workspace in vscode, open extension.ts and press F5 to run the extension Extension SettingsThis extension contributes the following settings:
Known IssuesNone. Release Notes1.0.0Initial release of Pycoder |