titoBouzout / AutoComplete

Extend Sublime Text 2 autocompletion to find matches in all open files of the current window

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

AutoComplete Sublime Text

Extends the default autocomplete functionality to find matches across all open files. Provides optional syntax/file blacklisting.

You may need to copy the following line to your settings file

"auto_complete_selector": "text, source, meta, string, punctuation, constant",

LICENSE

DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE Version 2, December 2004

Everyone is permitted to copy and distribute verbatim or modified copies of this license document, and changing it is allowed as long as the name is changed.

DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION

  1. You just DO WHAT THE FUCK YOU WANT TO.

About

Extend Sublime Text 2 autocompletion to find matches in all open files of the current window


Languages

Language:Python 100.0%