Mpdreamz / atom-autocomplete-plus-async

auto-autocompletion-plus package with async providers support(for Haxe completion)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

autocomplete+ package Build Status

NOTE: This is fork, autocomplete+ was adjusted to make it work fine with autocomplete-haxe package(by switching to async providers + show completion on dot). You can find original repository at https://github.com/saschagehlich/autocomplete-plus

NOTE: This is a fork of the fork so that we can depend on a published npm module instead of git:// linksin atom sharper which appears to be problematic on windows

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

About

auto-autocompletion-plus package with async providers support(for Haxe completion)

License:MIT License


Languages

Language:CoffeeScript 97.4%Language:JavaScript 1.2%Language:CSS 1.2%Language:Shell 0.2%