GithubHelp home page GithubHelp logo

classicvalues / kitesublime Goto Github PK

View Code? Open in Web Editor NEW

This project forked from kiteco/kitesublime

0.0 1.0 0.0 2 MB

Kite Autocomplete Plugin for Sublime Text: Featuring AI-powered autocompletions, advanced function signatures, and instant documentation

License: Other

Python 86.19% HTML 10.34% CSS 3.47%

kitesublime's Introduction

Kite Autocomplete Plugin for Sublime Text 3

Report an issue

Kite is an AI-powered programming assistant that helps you write Python & JavaScript code inside Sublime Text 3. Kite helps you write code faster by saving you keystrokes and showing you the right information at the right time. Learn more about how Kite saves you time and effort in Sublime Text at https://kite.com/integrations/sublime-text/.

At a high level, Kite provides you with:

  • 🧠 Line-of-Code Completions powered by machine learning models trained on the entire open source code universe
  • πŸ” Instant documentation for the symbol underneath your cursor so you save time searching for Python docs

Requirements

  • macOS 10.10+ or Windows 7+ or Linux (Ubuntu, Debian, Fedora, Arch Linux, Linux Mint, openSUSE, KDE, XFCE, Gnome 2, Gnome 3)
  • Sublime Text build 3000+
  • Kite Engine

Use another editor? Check out Kite’s other editor integrations.

Installation

Installing the Kite Engine

The Kite Engine needs to be installed in order for the package to work properly. The package itself provides the frontend that interfaces with the Kite Engine, which performs all the code analysis and machine learning 100% locally on your computer (no code is sent to a cloud server).

macOS Instructions

  1. Download the installer and open the downloaded .dmg file.
  2. Drag the Kite icon into the Applications folder.
  3. Run Kite.app to start the Kite Engine.

Windows Instructions

  1. Download the installer and run the downloaded .exe file.
  2. The installer should run the Kite Engine automatically after installation is complete.

Linux Instructions

  1. View our instructions for installing Kite.
  2. The installer should run the Kite Engine automatically after installation is complete.

Installing the Kite Plugin for Sublime

When running the Kite Engine for the first time, you'll be guided through a setup process which will allow you to install the Sublime package. You can also install or uninstall the Sublime package at any time using the Kite Engine's plugin manager.

Alternatively, you can git clone this repository directly into your Sublime Packages directory. You can locate your Packages directory by opening Sublime, clicking on the Preferences menu item, then selecting Browse Packages....

Learn more about why Kite's autocomplete and docs search experience is the best available for Sublime.

Usage

The following is a brief guide to using Kite in its default configuration.

Autocompletions

Simply start typing in a saved Python or JavaScript file and Kite will automatically suggest completions for what you're typing.

completions

Hover (Python only)

Hover your mouse cursor over a symbol to view a short summary of what the symbol represents.

hover

If the built-in show_definition preference is enabled, Kite will show you the definitions and references found in the Sublime index as usual.

hover-show-definition

Documentation (Python only)

Click on the Docs link in the hover popup to open the documentation for the symbol inside the Copilot, Kite's desktop app for Python documentation (JavaScript documentation not yet available). The Copilot's search results also follow your cursor as you type.

copilot

Definitions (Python only)

If a Def link is available in the hover popup, clicking on it will jump to the definition of the symbol.

Function Signatures (Python only)

When you call a function in Python, Kite will show you the arguments required to call it.

signatures

Kite also shows you How others used this function, which are the most popular calling patterns inferred from all the open-source Python code on the internet.

Commands and Keyboard Shortcuts

In case you prefer to not use the mouse, most of Kite's features can be triggered from the command palette.

commands

Furthermore, Kite comes with the following default keyboard shortcuts:

Command Shortcut Description
Hover ctrl+alt+h Show the hover popup at your current cursor position
Documentation ctrl+alt+d Show documentation in the Copilot
Function Signatures ctrl+alt+u Show the function signature panel
Keyword Arguments ctrl+alt+y Show/hide keyword arguments (when function signature panel is shown)
Popular Patterns ctrl+alt+r Show/hide popular calling patterns (when function signature panel is shown)

Configuration

You can change Kite's settings by clicking on Preferences, then Package Settings, then Kite. Alternatively, you can access the preferences files from the command palette using Kite: Package Settings. The default preferences file should be self documenting.

Known Issues

  • On Sublime 3200+, the function signature UI is truncated in some situations. (Issue)

Troubleshooting

Visit our help docs for FAQs and troubleshooting support.

Happy coding!


About Kite

Kite is built by a team in San Francisco devoted to making programming easier and more enjoyable for all. Follow Kite on Twitter and get the latest news and programming tips on the Kite Blog. Kite has been featured in Wired, VentureBeat, The Next Web, and TechCrunch.

kitesublime's People

Contributors

caelan-io avatar edzkite avatar hrysoula avatar itsdhung avatar jansorg avatar metalogical avatar plungg avatar ryantberg avatar tonycheang avatar tylerdq avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    πŸ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. πŸ“ŠπŸ“ˆπŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❀️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.