-
Notifications
You must be signed in to change notification settings - Fork 2.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
how can i disable doing completion with current file's word? #1557
Comments
Please see CONTRIBUTING.md. |
all right,i'll move this to google group later. |
puremourning
added a commit
to puremourning/YouCompleteMe
that referenced
this issue
Apr 29, 2021
eaea7553 Merge pull request ycm-core#1557 from bstaletic/conditional-absl b69b980d Merge pull request ycm-core#1565 from magras/fix-double-find-executable-call a12b2014 Merge pull request ycm-core#1564 from puremourning/quiet-build-single-line 2fb2038e Merge pull request ycm-core#1559 from AP2008/try-submodule-update b7986d4d Merge pull request ycm-core#1555 from bstaletic/log-trim ef2cab84 Merge pull request ycm-core#1556 from AP2008/add-msys-support d9f84560 Merge pull request ycm-core#1553 from bstaletic/rust-analyzer-borked a33969b0 Merge pull request ycm-core#1554 from bstaletic/sig-help-offset-fix
puremourning
added a commit
to puremourning/YouCompleteMe
that referenced
this issue
May 1, 2021
In latest-first-order: 45f89b336 Merge pull request ycm-core#1566 from bstaletic/msvc-warnings 94999c6b0 Revert "Merge pull request ycm-core#1559 from AP2008/try-submodule-update" eaea7553 Merge pull request ycm-core#1557 from bstaletic/conditional-absl b69b980d Merge pull request ycm-core#1565 from magras/fix-double-find-executable-call a12b2014 Merge pull request ycm-core#1564 from puremourning/quiet-build-single-line 2fb2038e Merge pull request ycm-core#1559 from AP2008/try-submodule-update b7986d4d Merge pull request ycm-core#1555 from bstaletic/log-trim ef2cab84 Merge pull request ycm-core#1556 from AP2008/add-msys-support d9f84560 Merge pull request ycm-core#1553 from bstaletic/rust-analyzer-borked a33969b0 Merge pull request ycm-core#1554 from bstaletic/sig-help-offset-fix
puremourning
added a commit
to puremourning/YouCompleteMe
that referenced
this issue
May 1, 2021
In latest-first-order: 45f89b336 Merge pull request ycm-core#1566 from bstaletic/msvc-warnings 94999c6b0 Revert "Merge pull request ycm-core#1559 from AP2008/try-submodule-update" eaea7553 Merge pull request ycm-core#1557 from bstaletic/conditional-absl b69b980d Merge pull request ycm-core#1565 from magras/fix-double-find-executable-call a12b2014 Merge pull request ycm-core#1564 from puremourning/quiet-build-single-line 2fb2038e Merge pull request ycm-core#1559 from AP2008/try-submodule-update b7986d4d Merge pull request ycm-core#1555 from bstaletic/log-trim ef2cab84 Merge pull request ycm-core#1556 from AP2008/add-msys-support d9f84560 Merge pull request ycm-core#1553 from bstaletic/rust-analyzer-borked a33969b0 Merge pull request ycm-core#1554 from bstaletic/sig-help-offset-fix
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
some times, current file's other word's is useless for then current code block.for example in golang
in function f1 when i type 'll', kill will be show in completion list,but kill does not concern with the context. i want to disable this feature sometimes. what should i do?
The text was updated successfully, but these errors were encountered: