You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Please complete these steps and check these boxes (by putting an x inside
the brackets) before filing your issue:
I have read and understood YCM's [CONTRIBUTING][cont] document.
I have read and understood YCM's [CODE_OF_CONDUCT][code] document.
I have read and understood YCM's [README][readme], especially the
[Frequently Asked Questions][faq] section.
I have searched YCM's issue tracker to find issues similar to the one I'm
about to report and couldn't find an answer to my problem. ([Example Google
search.][search])
If filing a bug report, I have included the output of vim --version.
If filing a bug report, I have included the output of :YcmDebugInfo.
If filing a bug report, I have attached the contents of the logfiles using
the :YcmToggleLogs command.
If filing a bug report, I have included which OS (including specific OS
version) I am using.
If filing a bug report, I have included a minimal test case that reproduces
my issue, using vim -Nu /path/to/YCM/vimrc_ycm_minimal, including what I
expected to happen and what actually happened.
If filing a installation failure report, I have included the entire output
of install.py (or cmake/make/ninja) including its invocation
I understand this is an open-source project staffed by volunteers and
that any help I receive is a selfless, heartfelt gift of their free time. I
know I am not entitled to anything and will be polite and courteous.
I understand my issue may be closed if it becomes obvious I didn't
actually perform all of these steps.
Thank you for adhering to this process! It ensures your issue is resolved
quickly and that neither your nor our time is needlessly wasted.
Issue Details
Provide a clear description of the problem, including the following key
questions:
What did you do?
I'm using following configure the show the current diagnostic in virutal-text mode.
let g:ycm_echo_current_diagnostic = 'virtual-text'
want to know whether if the virtual-text format can be specified.
example from screenshot, it shows :
⚠ Argument mixes string and array. Use * or separate argument. [SC2145]
I'd like to customized to show as %sign% [%code%] %message%, i.e.:
⚠ [SC2145] Argument mixes string and array. Use * or separate argument.
Issue Prelude
Please complete these steps and check these boxes (by putting an
x
insidethe brackets) before filing your issue:
[Frequently Asked Questions][faq] section.
about to report and couldn't find an answer to my problem. ([Example Google
search.][search])
vim --version
.:YcmDebugInfo
.the
:YcmToggleLogs
command.version) I am using.
my issue, using
vim -Nu /path/to/YCM/vimrc_ycm_minimal
, including what Iexpected to happen and what actually happened.
of
install.py
(orcmake
/make
/ninja
) including its invocationthat any help I receive is a selfless, heartfelt gift of their free time. I
know I am not entitled to anything and will be polite and courteous.
actually perform all of these steps.
Thank you for adhering to this process! It ensures your issue is resolved
quickly and that neither your nor our time is needlessly wasted.
Issue Details
What did you do?
I'm using following configure the show the current diagnostic in
virutal-text
mode.want to know whether if the virtual-text format can be specified.
example from screenshot, it shows :
I'd like to customized to show as
%sign% [%code%] %message%
, i.e.:Diagnostic data
Output of
vim --version
Output of
git rev-parse HEAD
in YouCompleteMe installation directory$ git -C ~/.vim/plugged/YouCompleteMe/ rev-parse HEAD 79c850b4a674a4f461a670f4515ab953bb89d632
OS version, distribution, etc.
The text was updated successfully, but these errors were encountered: