Code Monkey home page Code Monkey logo

autocomplete-plus's Introduction

autocomplete+ package Build Status

View the changelog

View and insert possible completions in the editor while typing

Autocomplete+

Please note: In the example above I have "Enable Auto Activation" enabled.

Enable auto activation setting

Installation

You can install autocomplete+ using the Preferences pane.

Plugins

Also grab one of these awesome additions for autocomplete+:

Usage

Just type some stuff, autocomplete+ will automatically show you some suggestions. Press UP and DOWN to select another suggestion, press TAB to confirm your selection. Additional confirmation keymapping can be customised in your keymap.cson:

".autocomplete-plus input.hidden-input":
  "enter": "autocomplete-plus:confirm"

Features

  • Shows autocompletion suggestions while typing
  • Two modes: Live and delayed autocompletion (instant might slow down performance)
  • Wordlist generation happens initially and on save (saves performance)
  • Suggestions are calculated using fuzzaldrin (better results)
  • File blacklisting
  • Automatic wordlist expansion while typing

Geeky Stuff: Adding Suggestion Providers

Since version 0.12.0, other packages are able to register suggestion providers to the autocomplete-plus package.

See the tutorial on how to create and register suggestion providers

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.