OpenVINO Code - VSCode extension for AI code completion with OpenVINO™VSCode extension for helping developers writing code with AI code assistant. OpenVINO Code is working with Large Language Model for Code (Code LLM) deployed on local server or remote server using Remote Explorer. OpenVINO Code provides the following features:
Working with ExtensionStarting ServerOn the extension side panel, choose your preferred model from the available options. The features supported by the selected model, which will be displayed under the model selector. Once the server is up and running, you can access instructions for utilizing various functions available with selected model on the sidebar of the extension.
Now you can check the server's status and connection status.
Additionally, connection status shown on the VSCode Status Bar.
To check the connection manually, use the Code Completion
You can customize the length of the generated code by adjusting To enable streaming generation mode, check the Summarization via Docstring GenerationTo generate function docstring start typing The model can generate docstring in Code Completion mode, but in this case it is impossible to control the result. In the docstring generation mode, various popular templates are available in the settings that will guide the model output. Monitoring Extension OutputTo examine the input and output from the code generation API, follow these steps:
|