Merge pull request #366 from kiteco/update-listing-211

Update store listing
This commit is contained in:
Jason G 2021-01-25 12:32:23 -08:00 committed by GitHub
commit 4a7f71aff7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 49 additions and 9 deletions

View File

@ -1,10 +1,27 @@
# Kite Autocomplete Plugin for Visual Studio Code
Kite is an AI-powered programming assistant that helps you write Python & JavaScript code inside Visual Studio Code. Kite helps you write code faster by saving you keystokes and showing you the right information at the right time. Learn more about how Kite heightens VS Code's capabilities at https://kite.com/integrations/vs-code/.
![GitHub Repo stars](https://img.shields.io/github/stars/kiteco/vscode-plugin?style=social)
![Twitter Follow](https://img.shields.io/twitter/follow/kitehq?style=social)
![YouTube Video Views](https://img.shields.io/youtube/views/L2vpOL-jHpQ?label=Kite%20Youtube&style=social)
At a high level, Kite provides you with:
* 🧠 __[Line-of-Code Completions](https://kite.com/blog/product/launching-line-of-code-completions-going-cloudless-and-17-million-in-funding/)__ powered by machine learning models trained on over 25 million open-source code files
* 🔍 __[Instant documentation](https://kite.com/copilot/)__ for the symbol underneath your cursor so you save time searching for Python docs (not yet available for JavaScript docs)
Kite is an **AI-powered** programming assistant that helps you **write code faster inside Visual Studio Code**. Kite helps you write code faster by saving you keystrokes and showing you the right information at the right time.
**Kite works for all major programming languages:** Python, Java, Go, PHP, C/C#/C++, Javascript, HTML/CSS, Typescript, React, Ruby, Scala, Kotlin, Bash, Vue and React.
![kite vs no kite](https://kite-public-assets.s3-us-west-1.amazonaws.com/kite-public/plugin_vs/kite_vs_nokite.gif)
## Features
### Completions Powered by Machine Learning
Kites code completions are powered by **machine learning** models trained on over 25 million open-source code files. **Kite also runs locally**. Your code is private and does not leave your machine.
![](https://kite-public-assets.s3-us-west-1.amazonaws.com/kite-public/plugin-intellij/python_intellij_v1.gif)
### Instant Code Documentation
Get instant documentation for the symbol underneath your cursor so you save time searching for Python docs (not yet available for JavaScript docs).
![](https://kite-public-assets.s3-us-west-1.amazonaws.com/kite-public/plugin-intellij/kite_documentation.gif)
## Requirements

View File

@ -1,7 +1,7 @@
{
"name": "kite",
"displayName": "Kite AI Code AutoComplete: Python, Java, Go, PHP, C/C#/C++, Javascript, HTML/CSS, Typescript, React, Ruby, Scala",
"description": "AI powered autocomplete, code snippets, code signatures, and cursor-following documentation for VS Code. Code faster, stay in flow.",
"displayName": "Kite AutoComplete AI Code: Python, Java, Go, PHP, C/C#/C++, Javascript, HTML/CSS, Typescript, React, Ruby, Scala, Kotlin, Bash, Vue, React",
"description": "AI code completions for all languages, intellisense, code snippets, code signatures, and cursor-following documentation for VS Code. Kite supports .js .jsx .vue .tsx .ts .css .html .less .c .cc .cpp .cs .h .hpp .m .scala .java .kt .py .go .php .rb and .sh filetypes.",
"version": "0.135.0",
"publisher": "kiteco",
"engines": {
@ -9,8 +9,8 @@
},
"icon": "logo.png",
"galleryBanner": {
"color": "#ffffff",
"theme": "light"
"color": "#11182F",
"theme": "dark"
},
"author": {
"name": "Kite"
@ -55,7 +55,30 @@
"objective-c",
"objectivec",
"ai",
"react"
"react",
".js",
".jsx",
".vue",
".tsx",
".ts",
".css",
".html",
".less",
".c",
".cc",
".cpp",
".cs",
".h",
".hpp",
".m",
".scala",
".java",
".kt",
".py",
".go",
".php",
".rb",
".sh"
],
"activationEvents": [
"*"