Skip to content

s9y4j/Sublime-JavaScript-API-Completions

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 

Repository files navigation

JavaScript API

Lightweight, not complex, hint, simply completion. There are no complex snippets, just a completions.

Features

Installation

Package Control will be available soon.

Download files and place it at sublime package path like /Sublime Text 2/Data/Packages/User.

files:

Relevant issues

How to trigger completion hint when every typing?

Open file Packages/User/Preferences.sublime-settings or click Setting - User from menu. In my case, I just setup the auto_complete_triggers property as follow:

  "auto_complete_triggers":
  [
    {
      "characters": "<>\"'-_qazwsxedcrfvtgbyhnujmikolpQAZWSXEDCRFVTGBYHNUJMIKOLP",
      "selector": "text, source, meta, string, punctuation, constant"
    }
  ],

It will active most of scope triggers and most of characters.

About

Javascript and libraries api (e.g. jQuery) auto completions for sublime text.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published