https://github.com/khulnasoft/khulnasoftvisualstudio
https://github.com/khulnasoft/khulnasoftvisualstudio
Last synced: 7 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/khulnasoft/khulnasoftvisualstudio
- Owner: khulnasoft
- License: mit
- Created: 2024-11-24T17:29:51.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2025-01-26T08:53:43.000Z (8 months ago)
- Last Synced: 2025-02-01T02:16:07.386Z (8 months ago)
- Language: C#
- Size: 19.2 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# KhulnasoftVisualStudio
[](https://discord.gg/3XFf78nAx5)
[](https://twitter.com/intent/follow?screen_name=khulnasoftdev)

[](https://docs.khulnasoft.com)
[](https://khulnasoft.canny.io/feature-requests/)
[](https://khulnasoft.com?repo_name=khulnasoft%2FKhulnasoftVisualStudio)[](https://marketplace.visualstudio.com/items?itemName=Khulnasoft.KhulnasoftVS)
[](https://marketplace.visualstudio.com/items?itemName=Khulnasoft.khulnasoft)
[](https://plugins.jetbrains.com/plugin/20540-khulnasoft/)
[](https://open-vsx.org/extension/Khulnasoft/khulnasoft)
[](https://chrome.google.com/webstore/detail/khulnasoft/hobjkcpmjhlegmobgonaagepfckjkceh)# Khulnasoft for Visual Studio
[Khulnasoft](https://khulnasoft.com/) is the modern coding superpower, a free code acceleration toolkit built on cutting edge AI technology. Currently, Khulnasoft provides autocomplete, chat, and search capabilities in 70+ languages, with lightning fast speeds and state-of-the-art suggestion quality.
There are many parts of the modern coding workflow that are boring, tedious, or frustrating, from regurgitating boilerplate to poring through StackOverflow. Recent advances in AI allow us to eliminate these parts, making it seamless to turn your ideas into code. With easy integration into Visual Studio and a less than 2 minute installation process, you can focus on being the best software developer, not the best code monkey.
With Khulnasoft, you get:
- Unlimited single and multi-line code completions forever.
- IDE-integrated chat: no need to leave Visual Studio to ChatGPT, and use convenient suggestions such as [Refactor](#refactor) and [Explain](#explain).
- Support for 70+ programming languages: Javascript, Python, Typescript, PHP, Go, Java, C, C++, Rust, Ruby, and more.
- Support through our [Discord Community](https://discord.gg/3XFf78nAx5).Join thousands of other developers who are using Khulnasoft for free to accelerate their software iteration process, improve their code quality and consistency, reduce the number of code review iterations, accelerate developer onboarding, and keep them in their flow state. Want to learn more? Check out our [FAQ](https://khulnasoft.com/faq).
Check out our [playground](https://www.khulnasoft.com/playground) if you want to quickly try out Khulnasoft online.
# Your New Autocomplete Superpowers
## Use Natural LanguageNeed to make changes in an unfamiliar language or codebase? Instead of spending hours learning all of the syntactical and stylistic details, type out comments in natural language and let Khulnasoft get the job done.
## Minimize Boilerplate Coding
Sometimes feel like a code monkey copy-pasting and modifying boilerplate code over and over again? Let Khulnasoft handle writing the repetitive work so that you can stay in the coding flow state, generating code faster than you can type.
# Your New Chat Superpowers
## GenerateKhulnasoft Chat can generate whole functions and applications for you with simple natural language prompting and constraints.
## Explain
Diving into a foreign codebase? With the push of a button, our assistant will explain everything you need to know.
## Refactor
Want to rewrite your existing code to add a new feature? Fix a bug? Make it prettier? Click a button and tell your Khulnasoft assistant what you want.
## Translate
Leverage the power of AI to translate whole functions from one language to another within seconds.
## Explain Problem
Ever feels like warnings and errors are too verbose? Khulnasoft can explain like you're five!
# Build Instructions
- Open Visual Studio Installer and click the Modify button. Install the "Visual Studio extension development" in Other Toolsets.
- Install the [Extensibility Essentials 2022](https://marketplace.visualstudio.com/items?itemName=MadsKristensen.ExtensibilityEssentials2022) extension.
- Open `Khulnasoft.sln` and press CTRL+B to build, if there were no errors, there should be a `Khulnasoft.vsix` file in the `KhulnasoftVS/bin` folder.
- You can press F5 to debug the extension on a separate instance of Visual Studio. Consult the [official guide](https://learn.microsoft.com/en-us/visualstudio/extensibility/starting-to-develop-visual-studio-extensions?view=vs-2022) for more information.# How to help
Feel free to [submit issues](https://github.com/khulnasoft/KhulnasoftVisualStudio/issues/new) related to the extension so that we can better improve your experiences.We greatly value your input and invite you to contribute to our project. To do so, kindly [initiate a pull request](https://github.com/khulnasoft/KhulnasoftVisualStudio/compare). Your expertise and insights are much appreciated.
# Documentation
For more information on how to install and use the extension, please see [the documentation](/docs/).# License
Khulnasoft Extension for Visual Studio is licensed under the MIT License, see [LICENSE.txt](/LICENSE.txt) for more information.