r4nt

Results 10 issues of r4nt

When completing large modules (fmt.) completion time is sometimes > 0.5 seconds, which leads to problems trying to use gocode with YCM [1]. [1] https://github.com/Valloric/YouCompleteMe/issues/742 @Valloric

Currently there are different tools for getting code completion and parse errors. It would be nice if we had one tool that supports both :)

FeatureRequest

> (Note: Non-breaking issues are likely not to be prioritized. Please consider a PR in addition to your issue) ## Expected Behavior I'd like to use clasp for my personal...

That is, if you have a compilation command database, you can just call templight -debug path/to/file.cc and it'll automatically do the right thing. See https://reviews.llvm.org/source/clang/browse/cfe/trunk/tools/clang-check/ClangCheck.cpp for a simple example.

Do I need to do some special configuration here? It seems like I only get identifier completion, not semantic completion. @Valloric - anything a ycmd frontend has to be careful...

The /tmp/ycm_temp/ directory fills up with temp dirs when starting and exiting emacs. If ycm is shut down graciously (by sending sigterm or sigint) it will delete the directory. @Valloric

If one uses something like desktop-save-mode to load 100s of C++ files at startup, YCM will prevent emacs from coming up.

Entering the following in shell-mode: $ cd ~x ycm tries to expand this, which can quickly lead to huge load times on large nfs setups where emacs hangs. Can we...

I work in Clang, which has really large translation units. Apparently code completion takes a while there, and while that is on, I cannot type any more (I use instant...

I find it's very hard to configure emacs-ycmd with idle-change in a way that code completion is not constantly stumped by parsing, even though parsing is pretty fast (0.3 seconds)....