GithubHelp home page GithubHelp logo

kbaskett248 / dynamiccompletions Goto Github PK

View Code? Open in Web Editor NEW
0.0 2.0 0.0 18 KB

A Sublime Text 3 package providing a unified framework for creating advanced completion packages.

Python 100.00%
sublime-text sublime-text-3 sublime-text-plugin

dynamiccompletions's Introduction

Dynamic Completions

A Sublime Text 3 package providing a unified framework for creating advanced completion packages.

Features

  • Separate the trigger for showing completions from the completions that are loaded.
  • Multiple trigger classes can be filtered by the overall view scope, the current selection scope, and any other necessary checking.
  • Completion loading classes can be filtered based on the view.
  • Completion loading classes can control whether or not the default Sublime completions are returned in addition to their own completions.
  • Completions can be kept in memory or reloaded each time they are triggered.
  • Completions can be loaded synchronously or asynchronously.
  • Completions can be filtered after they are loaded based on the desired completion types.
  • Completion loading classes can be defined as unique for the following identifiers:
    • Static: Only one instance of this loader will exist. Return the same completions every time.
    • View: An instance is unique to a view.
    • File: An instance is unique to a file. Completions are reloaded if the file is updated.
    • Path: An instance is unique to a path.

Installation

Package Control

Install Package Control. Add this repository (https://bitbucket.org/kbaskett/dynamiccompletions) to Package Control. DynamicCompletions will show up in the packages list.

Manual installation

Go to the "Packages" directory (Preferences > Browse Packages…). Then download or clone this repository:

https://bitbucket.org/kbaskett/dynamiccompletions.git

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.