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
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.)
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
Note: thanks for looking into this, and for such a great tool.
What did you do?
install python package playwright.
vim -Nu /path/to/YCM/ycm_vimrc_minimal
:edit test.py
Enter insert mode and type:
from playwright.sync_api import APIRequestContext
a = APIRequestContext()
a.get(
The signature docs for this package must be formatted differently than expected, because I'm seeing ^@ instead of line breaks where I would expect them. The signature hints are not shown in full, as they cut off after the line exceeds the width of the window.
If you made changes to vimrc_ycm_minimal, paste them here:
N/A
What did you expect to happen?
Expected multiline signature help or line wrap.
What actually happened?
Single-line hint, with ^@ instead of line breaks, cut off at the window width.
Issue Prelude
Please complete these steps and check these boxes (by putting an
x
insidethe brackets) before filing your issue:
Frequently Asked Questions section.
about to report and couldn't find an answer to my problem. (Example Google
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
Note: thanks for looking into this, and for such a great tool.
playwright
.vim -Nu /path/to/YCM/ycm_vimrc_minimal
:edit test.py
The signature docs for this package must be formatted differently than expected, because I'm seeing
^@
instead of line breaks where I would expect them. The signature hints are not shown in full, as they cut off after the line exceeds the width of the window.N/A
Expected multiline signature help or line wrap.
Single-line hint, with
^@
instead of line breaks, cut off at the window width.Diagnostic data
Output of
vim --version
Output of
YcmDebugInfo
Output of
YcmDiags
Output of
git rev-parse HEAD
in YouCompleteMe installation directoryContents of YCM, ycmd and completion engine logfiles
Link to my gist containing all of the log files listed by
:YcmToggleLogs
.OS version, distribution, etc.
MacOS Ventura 13.4.1 (c), Apple silicon
The text was updated successfully, but these errors were encountered: