YouCompleteMe/python/ycm/completers
Strahinja Val Markovic 973064d0bd Can now seed identifier database with keywords
By toggling the g:ycm_seed_identifiers_with_syntax option, the user can now tell
YCM to seed the identifier database with the language's keywords.

This is off by default because it can be noisy. Since the identifier completer
collects identifiers from buffers as the user visits them, the keywords that the
user cares about will already be in the database, regardless of the state of the
new option. So the only keywords added will be the ones the user is not using.

Meh. But people want it so there.

Fixes #142.
2013-05-27 00:08:21 -07:00
..
all Can now seed identifier database with keywords 2013-05-27 00:08:21 -07:00
c Moving everything under pytho/ycm 2013-05-19 19:44:42 -07:00
cpp Adding the ClearCompilationFlagCache subcommand 2013-05-24 14:48:46 -07:00
general Can now seed identifier database with keywords 2013-05-27 00:08:21 -07:00
objc Moving everything under pytho/ycm 2013-05-19 19:44:42 -07:00
objcpp Moving everything under pytho/ycm 2013-05-19 19:44:42 -07:00
python Adding back the Jedi submodule 2013-05-19 19:47:34 -07:00
__init__.py Moving everything under pytho/ycm 2013-05-19 19:44:42 -07:00
completer.py API docs for ThreadedCompleter 2013-05-20 09:40:04 -07:00
general_completer.py Moving everything under pytho/ycm 2013-05-19 19:44:42 -07:00
threaded_completer.py API docs for ThreadedCompleter 2013-05-20 09:40:04 -07:00