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
Ycm hover function will activate CursorHold even though it was already activated, so when i scroll in the hover popup window, it will be refreshed to the top of the popup window after 'updatetime'.
What did you do?
Auto hover on, mouse on.
Hover over a funciotn and wait for CursorHold
Scroll the popup.
Wait for another CursorHold.
What did you expect to happen?
Popup stays scrolled.
Printing YouCompleteMe debug information
-- Resolve completions: On demand
-- Client logfile: /tmp/ycm_ckge_a6g.log
-- Server Python interpreter: /usr/sbin/python3
-- Server Python version: 3.11.6
-- Server has Clang support compiled in: False
-- Clang version: None
-- Extra configuration file found and loaded
-- Extra configuration path: /home/jizhou/.vim/plugged/YouCompleteMe/.ycm_extra_conf.py
-- Python completer debug information:
-- Python interpreter: /usr/sbin/python3
-- Python root: /home/jizhou/.vim/plugged/YouCompleteMe
-- Python path: ['/home/jizhou/.vim/plugged/YouCompleteMe/python', '/home/jizhou/.vim/plugged/YouCompleteMe/third_party/requests-futures', '/home/jizhou/.vim/
plugged/YouCompleteMe/third_party/ycmd', '/home/jizhou/.vim/plugged/YouCompleteMe/third_party/requests_deps/idna', '/home/jizhou/.vim/plugged/YouCompleteMe/thir
d_party/requests_deps/chardet', '/home/jizhou/.vim/plugged/YouCompleteMe/third_party/requests_deps/urllib3/src', '/home/jizhou/.vim/plugged/YouCompleteMe/third_
party/requests_deps/certifi', '/home/jizhou/.vim/plugged/YouCompleteMe/third_party/requests_deps/requests', '/home/jizhou/Projects/wep/toolbox-dev/toolbox', '/h
ome/jizhou/.vim/plugged/YouCompleteMe', '/usr/lib/python311.zip', '/usr/lib/python3.11', '/home/jizhou/.vim/plugged/YouCompleteMe/third_party/python-future/src'
, '/usr/lib/python3.11/lib-dynload', '/home/jizhou/.local/lib/python3.11/site-packages', '/usr/lib/python3.11/site-packages']
-- Python version: 3.11.6
-- Jedi version: 0.19.1
-- Parso version: 0.8.3
-- Server running at: http://127.0.0.1:36321
-- Server process ID: 33014
-- Server logfiles:
-- /tmp/ycmd_36321_stdout_hstxsrvd.log
-- /tmp/ycmd_36321_stderr_732h2omp.log
-- Semantic highlighting supported: True
-- Virtual text supported: True
-- Popup windows supported: True
Output of YcmDiags
No warnings or errors detected.
Output of git rev-parse HEAD in YouCompleteMe installation directory
71166ea1337fb64cccb412f39539a9ac52b8045e
Contents of YCM, ycmd and completion engine logfiles
Reproduce the issue with vim -Nu /path/to/YCM/vimrc_ycm_minimal, which
enabled debug logging and other useful diagnostics. Include a link to a gist containing all of the log files listed by :YcmToggleLogs.
OS version, distribution, etc.
Archlinux, wsl2
Output of build/install commands
Include link to a gist containing the invocation and entire output of install.py if reporting an installation issue.
installation nothing wrong
The text was updated successfully, but these errors were encountered:
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
Ycm hover function will activate CursorHold even though it was already activated, so when i scroll in the hover popup window, it will be refreshed to the top of the popup window after 'updatetime'.
What did you expect to happen?
Popup stays scrolled.
What actually happened?
Popup resets.
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
OS version, distribution, etc.
Archlinux, wsl2
Output of build/install commands
The text was updated successfully, but these errors were encountered: