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.
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.