YouCompleteMe/python/ycm
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
..
completers Can now seed identifier database with keywords 2013-05-27 00:08:21 -07:00
__init__.py Fixing python tests broken in rename 2013-05-19 20:06:14 -07:00
base.py The identifier completer now reads tags files 2013-05-26 13:33:40 -07:00
extra_conf_store.py Moving everything under pytho/ycm 2013-05-19 19:44:42 -07:00
test_utils.py Moving everything under pytho/ycm 2013-05-19 19:44:42 -07:00
utils.py Moving everything under pytho/ycm 2013-05-19 19:44:42 -07:00
vimsupport.py Moving everything under pytho/ycm 2013-05-19 19:44:42 -07:00
youcompleteme.py Fixing python tests broken in rename 2013-05-19 20:06:14 -07:00