Home
last modified time | relevance | path

Searched refs:ycmd (Results 1 – 25 of 245) sorted by relevance

12345678910

/dports/www/chromium-legacy/chromium-88.0.4324.182/docs/
H A Demacs.md17 ## [ycmd](https://github.com/Valloric/ycmd) (YouCompleteMe) + flycheck
19 [emacs-ycmd](https://github.com/abingham/emacs-ycmd) in combination with
44 cd ~/dev/ycmd
50 * `ycmd`
51 * `company-ycmd`
52 * `flycheck-ycmd`
66 ;; ycmd
70 (require 'ycmd)
74 (company-ycmd-setup)
75 (flycheck-ycmd-setup)
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/docs/
H A Demacs.md17 ## [ycmd](https://github.com/Valloric/ycmd) (YouCompleteMe) + flycheck
19 [emacs-ycmd](https://github.com/abingham/emacs-ycmd) in combination with
40 https://github.com/Valloric/ycmd into a directory, e.g. `~/dev/ycmd`
41 1. Test `ycmd` by running `~/dev/ycmd$ python ycmd/__main__.py` You should see
44 * `ycmd`
45 * `company-ycmd`
60 ;; ycmd
64 (require 'ycmd)
68 (company-ycmd-setup)
69 (flycheck-ycmd-setup)
[all …]
/dports/devel/youcompleteme/YouCompleteMe-ab73ca2/third_party/ycmd/
H A DREADME.md19 Known ycmd clients:
23 - [emacs-ycmd][]: Emacs client.
26 - [sublime-ycmd][sublime-ycmd]: Sublime Text 3 client.
89 How ycmd works
168 for cases where the process that started ycmd dies without telling ycmd to die
448 See [ycmd's own `.ycm_extra_conf.py`][ycmd-extra-conf] for an example.
473 ycmd's HTTP+JSON interface follows [SemVer][]. While ycmd has seen extensive use
518 [ycmd-users]: https://groups.google.com/forum/?hl=en#!forum/ycmd-users
536 [emacs-ycmd]: https://github.com/abingham/emacs-ycmd
538 [kak-ycmd]: https://github.com/mawww/kak-ycmd
[all …]
H A DTESTS.md1 # Running ycmd tests
21 You also need to have all of ycmd's completers' requirements. See the
55 * Specific script: `./run_tests.py ycmd/tests/<module_name>.py`
56 * Specific test: `./run_tests.py ycmd/tests/<module_name>.py:<function name>`
60 * `./run_tests.py ycmd/tests/subcommands_test.py`
61 * `./run_tests.py ycmd/tests/subcommands_test.py:Subcommands_Basic_test`
106 * Check that OmniSharpServer starts manually from `ycmd/tests/cs/testdata` with
113 ERROR: ycmd.tests.cs.get_completions_test.GetCompletions_PathWithSpace_test
118 [travis]: https://travis-ci.org/Valloric/ycmd
119 [circleci]: https://circleci.com/gh/Valloric/ycmd
[all …]
H A DCONTRIBUTING.md8 ycmd to work on my machine" and the reason why is obviously related to your
10 changes to the ycmd codebase, then the issue is likely to be closed.
14 **A good place to ask questions is the [ycmd-users][] Google group**. Rule
20 **ycmd compiles just fine**; [the build bots say so][build-bots]. If the bots are
21 green and ycmd doesn't compile on your machine, then _your machine is the root
24 Realize that quite literally _thousands_ of people have gotten ycmd to work
27 It's very unlikely to be caused by an actual bug in ycmd because someone would
62 You should also **search the archives of the [ycmd-users][] mailing list**.
64 ### Check your ycmd version
146 [ycmd-users]: https://groups.google.com/forum/?hl=en#!forum/ycmd-users
[all …]
/dports/devel/youcompleteme/YouCompleteMe-ab73ca2/third_party/ycmd/examples/
H A DREADME.md1 # ycmd example client
5 First make sure you have built ycmd; see the top-level README for details.
13 Then just run `./example_client.py` from the console. It will start `ycmd`, send
17 The best way to learn how to use ycmd is to play around with the example client;
22 license][apache], not the GPLv3 like the rest of ycmd.
/dports/devel/youcompleteme/YouCompleteMe-ab73ca2/
H A D.gitmodules1 [submodule "third_party/ycmd"]
2 path = third_party/ycmd
3 url = https://github.com/ycm-core/ycmd
/dports/devel/youcompleteme/YouCompleteMe-ab73ca2/third_party/ycmd/ycmd/completers/cpp/
H A Dhook.py18 from ycmd.completers.cpp.clang_completer import ClangCompleter
19 from ycmd.completers.cpp.clangd_completer import ( ShouldEnableClangdCompleter,
21 from ycmd.utils import ImportCore
/dports/devel/youcompleteme/YouCompleteMe-ab73ca2/third_party/ycmd/ycmd/completers/objcpp/
H A Dhook.py18 from ycmd.completers.cpp.clang_completer import ClangCompleter
19 from ycmd.completers.cpp.clangd_completer import ( ShouldEnableClangdCompleter,
21 from ycmd.utils import ImportCore
/dports/devel/youcompleteme/YouCompleteMe-ab73ca2/third_party/ycmd/ycmd/completers/objc/
H A Dhook.py18 from ycmd.completers.cpp.clang_completer import ClangCompleter
19 from ycmd.completers.cpp.clangd_completer import ( ShouldEnableClangdCompleter,
21 from ycmd.utils import ImportCore
/dports/devel/youcompleteme/YouCompleteMe-ab73ca2/third_party/ycmd/ycmd/completers/cuda/
H A Dhook.py18 from ycmd.completers.cpp.clang_completer import ClangCompleter
19 from ycmd.completers.cpp.clangd_completer import ( ShouldEnableClangdCompleter,
21 from ycmd.utils import ImportCore
/dports/devel/youcompleteme/YouCompleteMe-ab73ca2/third_party/ycmd/ycmd/completers/c/
H A Dhook.py18 from ycmd.completers.cpp.clang_completer import ClangCompleter
19 from ycmd.completers.cpp.clangd_completer import ( ShouldEnableClangdCompleter,
21 from ycmd.utils import ImportCore
/dports/devel/youcompleteme/YouCompleteMe-ab73ca2/third_party/ycmd/ycmd/tests/cs/
H A Ddebug_info_test.py22 from ycmd.completers.cs.hook import GetCompleter
23 from ycmd.tests.cs import PathToTestFile, SharedYcmd
24 from ycmd.tests.test_utils import ( BuildRequest,
26 from ycmd import user_options_store
27 from ycmd.utils import ReadFile
/dports/www/domoticz/domoticz-2020.2/hardware/
H A DYeelight.cpp159 _tColorSwitch ycmd; in InsertUpdateSwitch() local
160 ycmd.subtype = YeeType; in InsertUpdateSwitch()
161 ycmd.id = sID; in InsertUpdateSwitch()
162 ycmd.dunit = 0; in InsertUpdateSwitch()
163 ycmd.value = value; in InsertUpdateSwitch()
164 ycmd.command = cmd; in InsertUpdateSwitch()
192 _tColorSwitch ycmd; in InsertUpdateSwitch() local
194 ycmd.id = sID; in InsertUpdateSwitch()
195 ycmd.dunit = 0; in InsertUpdateSwitch()
196 ycmd.value = value; in InsertUpdateSwitch()
[all …]
H A DArilux.cpp101 _tColorSwitch ycmd; in InsertUpdateSwitch() local
102 ycmd.subtype = (uint8_t)subType; in InsertUpdateSwitch()
103 ycmd.id = sID; in InsertUpdateSwitch()
104 ycmd.dunit = 0; in InsertUpdateSwitch()
105 ycmd.value = 0; in InsertUpdateSwitch()
106 ycmd.command = Color_LedOff; in InsertUpdateSwitch()
107 m_mainworker.PushAndWaitRxMessage(this, (const unsigned char *)&ycmd, NULL, -1); in InsertUpdateSwitch()
/dports/devel/youcompleteme/YouCompleteMe-ab73ca2/third_party/ycmd/ycmd/tests/
H A Didentifier_completer_test.py20 from ycmd.user_options_store import DefaultOptions
21 from ycmd.completers.all import identifier_completer as ic
22 from ycmd.completers.all.identifier_completer import IdentifierCompleter
23 from ycmd.request_wrap import RequestWrap
24 from ycmd.tests import PathToTestFile
25 from ycmd.tests.test_utils import BuildRequest
/dports/devel/youcompleteme/YouCompleteMe-ab73ca2/third_party/ycmd/ycmd/tests/clangd/
H A Dutilities_test.py23 from ycmd import handlers
24 from ycmd.completers.cpp import clangd_completer
25 from ycmd.completers.language_server.language_server_completer import (
27 from ycmd.tests.clangd import IsolatedYcmd, PathToTestFile
28 from ycmd.tests.test_utils import BuildRequest
29 from ycmd.user_options_store import DefaultOptions
H A D__init__.py23 from ycmd.tests.clangd.conftest import * # noqa
24 from ycmd.tests.test_utils import ( CombineRequest,
26 from ycmd.utils import ReadFile
/dports/devel/youcompleteme/YouCompleteMe-ab73ca2/python/ycm/client/
H A Ddebug_info_request.py51 def _FormatYcmdDebugInfo( ycmd ): argument
52 python = ycmd[ 'python' ]
53 clang = ycmd[ 'clang' ]
59 extra_conf = ycmd[ 'extra_conf' ]
/dports/devel/youcompleteme/YouCompleteMe-ab73ca2/third_party/ycmd/ycmd/completers/general/
H A Dgeneral_completer_store.py18 from ycmd.completers.completer import Completer
19 from ycmd.completers.all.identifier_completer import IdentifierCompleter
20 from ycmd.completers.general.filename_completer import FilenameCompleter
21 from ycmd.completers.general.ultisnips_completer import UltiSnipsCompleter
/dports/devel/youcompleteme/YouCompleteMe-ab73ca2/third_party/ycmd/ycmd/tests/go/
H A Dget_completions_test.py24 from ycmd.tests.go import PathToTestFile, SharedYcmd
25 from ycmd.tests.test_utils import ( BuildRequest,
28 from ycmd.utils import ReadFile
/dports/devel/youcompleteme/YouCompleteMe-ab73ca2/third_party/ycmd/ycmd/tests/javascriptreact/
H A Dget_completions_test.py21 from ycmd.tests.javascriptreact import PathToTestFile, SharedYcmd
22 from ycmd.tests.test_utils import CombineRequest
23 from ycmd.utils import ReadFile
/dports/devel/youcompleteme/YouCompleteMe-ab73ca2/third_party/ycmd/ycmd/
H A D__main__.py52 from ycmd import extra_conf_store, user_options_store, utils
53 from ycmd.hmac_plugin import HmacPlugin
54 from ycmd.utils import ( ImportAndCheckCore,
58 from ycmd.wsgi_server import StoppableWSGIServer
185 from ycmd import handlers
186 from ycmd.watchdog_plugin import WatchdogPlugin
/dports/devel/youcompleteme/YouCompleteMe-ab73ca2/third_party/ycmd/ycmd/tests/java/
H A Djava_completer_test.py24 from ycmd import handlers, user_options_store
25 from ycmd.tests.test_utils import BuildRequest, ErrorMatcher
26 from ycmd.tests.java import SharedYcmd
27 from ycmd.completers.java import java_completer, hook
28 from ycmd.completers.java.java_completer import NO_DOCUMENTATION_MESSAGE
29 from ycmd.tests import IsolatedYcmd as IsolatedYcmdWithoutJava
/dports/devel/youcompleteme/YouCompleteMe-ab73ca2/third_party/ycmd/ycmd/tests/rust/
H A Dget_completions_test.py26 from ycmd.tests.rust import PathToTestFile, SharedYcmd
27 from ycmd.tests.test_utils import ( BuildRequest,
30 from ycmd.utils import ReadFile

12345678910