yongkangchen / atom-ctags

better autocomplete for atom, using ctags
https://atom.io/packages/atom-ctags
MIT License
87 stars 35 forks source link

Add context sensitivity #167

Open BenjaminNavarro opened 8 years ago

BenjaminNavarro commented 8 years ago

Hi,

I was wondering if it's possible to add some context sensitivity to the autocomplete. For example, it would be nice to propose the list of the members and attributes of a class after typing a '.' or a '->' just after an object name.

I don't know if there are any restrictions that prevent to do this with ctags & Atom. If it's possible, I can try to add such a feature but I don't want to go into the code if it's not doable.