Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>code-helper101New to Visual Studio Code? Get it now.
code-helper101

code-helper101

sanjay-code-extensions

|
44 installs
| (0) | Free
used to help you get a code chat similar to github copilott with enterprise grade apisand certifications
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Code Helper 101

alt text

A powerful VSCode extension that provides AI-powered code assistance similar to GitHub Copilot, but with enterprise-grade API support and custom certificate handling. Perfect for organizations requiring secure, self-hosted, or custom AI solutions.

This extension automatically works with your exsitin certificates so it will send the certificates to the AI endpoint of your choosing ( i.e. Enterprise endpoint).

We are working on a few new agentic features that will be hopefully released very soon.

Features

  • 🤖 AI-powered code completions and suggestions
  • 🔒 Enterprise-grade API support with custom certificate handling
  • 🔑 Configurable API headers for authentication
  • 💻 Familiar interface similar to GitHub Copilot
  • ⚡ Fast and responsive code assistance
  • 🛡️ Secure communication with your chosen AI endpoints

Installation

  1. Open VSCode
  2. Go to Extensions (Ctrl+Shift+X / Cmd+Shift+X)
  3. Search for "Code Helper 101"
  4. Click Install

Configuration

Configure the extension in your VSCode settings:

json
{
"codeHelper101.apiEndpoint": "https://your-api-endpoint.com",
"codeHelper101.apiKey": "your-api-key",
"codeHelper101.certificatePath": "/path/to/certificate.pem",
"codeHelper101.headers": {
"Authorization": "Bearer your-token",
"Custom-Header": "value"
}
}

Required Settings

  • codeHelper101.baseURL: Your AI service endpoint also known as base URL
  • codeHelper101.apiKey: API key for authentication

Optional Settings

  • codeHelper101.certificatePath: Path to custom SSL certificate
  • codeHelper101.user: User name for authentication
  • codeHelper101.password: Password for authentication
  • codeHelper101.headers: Additional API headers
  • codeHelper101.enable: Enable/disable the extension (default: true)

Usage

  1. Ctrl + Shift + P
  2. Select 101 Start Custom AI Chat
  3. The AI assistant will automatically answer your questions
  4. Right click on the editor and select 101 Add to Chat Context to add the context to the current file

Known Issues

  • Currently working on improving suggestion accuracy for certain programming languages
  • Performance optimization for large files is in progress

Release Notes

0.0.2

  • Initial release
  • Basic code completion functionality
  • Enterprise API support
  • Custom certificate handling

0.0.3

  • Initial release
  • Basic code completion functionality
  • Enterprise API support
  • Custom certificate handling
  • Chat history
  • multi turn chat

0.0.7

  • Bug fix with really bas SQLlite bug
  • https://github.com/sql-js/sql.js/issues/406
  • to bypass the error we use:
  • npm run package && vsce package && vsce publish , there seem to be too many error here

0.0.9 rolling out

  • agentic code insertion
  • auto code completion
  • auto code suggestion
  • auto code explanation

0.1.0

  • agentic code review
  • active RAG

Contributing

We welcome contributions! Please see our Contributing Guide for details.

Security

This extension supports enterprise-grade security features:

  • Custom SSL certificate handling
  • Secure API communication
  • Configurable authentication headers

Support

  • 📫 Report issues on our GitHub repository
  • 📝 Read our documentation
  • 💬 Join our Discord community

License

This project is licensed under the MIT License - see the LICENSE file for details.


Development

Building from Source

git clone https://github.com/sanjuhs/code-helper101.git
cd code-helper101
npm install
npm run build

For VS code extension

kindly use VSCE to build the extension and publish it to the marketplace

vsce package

Running Tests

npm run test

For more information, visit our GitHub repository.

Enjoy coding with enterprise-grade AI assistance!

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft