emacs-ycmd icon indicating copy to clipboard operation
emacs-ycmd copied to clipboard

Clean identifiers from ycmd database as they're deleted

Open abingham opened this issue 11 years ago • 1 comments

In the vim ycm client, outdated/deleted identifiers are quickly removed from the ycmd database because it ships code for re-parsing when the user exits insert mode. The result is that stale identifiers are not often used for completion. See #22 for more information.

We should consider techniques for doing this in the emacs client.

abingham avatar Sep 09 '14 12:09 abingham

Same comment in #24

noxdafox avatar Nov 30 '14 14:11 noxdafox