Skip to content

logikon-ai/StarCoderEx

 
 

Repository files navigation

ArgCoder

ArgCodertension for AI Code generation

[Note] This fork adapts the original extension so as to work with custom inference endpoints.

Original AI: https://huggingface.co/bigcode/starcoder

Features

AI prompt generating code for you from cursor selection. demo

Usage:

If you use extension on first time

  1. Register on https://huggingface.co

  2. Generate bearer token from this page https://huggingface.co/settings/tokens

After

  1. Select your prompt in code using cursor selection

  2. Press Ctrl+Alt+P for generating prompt OR type in shell (Ctrl+Shift+P) ArgCoder: Init prompt with selected code

  3. (If you use extension on first time) enter bearer token from https://huggingface.co/settings/tokens (page will be opened)

  4. PROFIT!

  5. If you want to continue request select all output including original prompt and repeat steps

Notes for prompt

Good prompt:

            //POST Request on JSON to url variable
            //Params: url, object
            function /* Good variant use Language syntax */

Result:

image

Bad prompt:

            //Create JavaScript function for send POST request using fetch

Result:

image

Extension Settings

This extension contributes the following settings:

  • ArgCoder.countofrequests: Set requests count per command (Default: 4. Less count -> less answer, faster loading)
  • ArgCoder.bearertoken: Set bearer token for API https://huggingface.co

Release Notes

1.0.31

Added error message when reference API is offline

1.0.22

Added cancel button

1.0.2

Fixed blinking code when output was adding to editor

Added message error when internet is disconnected

Added commands in command palette

1.0.0

Fixed sometimes removing code

0.9.54

Downgraded VS Code engine supported to 1.67.0

0.9.5

Minor Fixes

Added progress

0.9.42

Fix reset with bearer token

Fix reset with bearer token when selection is empty

0.9.3

Fix reset with bearer token

0.9.0

First beta release

About

Extension for using alternative GitHub Copilot (StarCoder API) in VSCode

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 100.0%