logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

ycmd - code-completion and comprehension server

Description

       ycmd is a server that provides APIs for  code-completion  and  other  code-comprehension  use-cases  like
       semantic  GoTo  commands (and others). For certain filetypes, ycmd can also provide diagnostic errors and
       warnings.

Name

       ycmd - code-completion and comprehension server

Options

-h, --help
              Print a usage message  briefly  summarizing  these  command-line  options  and  the  bug-reporting
              address, then exit.

       --host[HOST]
              Listen on specified HOST address (default is localhost if none specified).

       --port[PORT]
              Listen on specified TCP PORT number.

       --log" [ LOGLEVEL ]
              Log level, one of [ debug | info | warning | error| critical ]

       --idle_suicide_seconds[IDLE_SUICIDE_SECONDS]IDLE_SUICIDE_SECONDS before server shuts down.

       --options_file[OPTIONS_FILE]
              File with user options, in JSON format.

       --stdout[STDOUT]
              Optional file to use for stdout.

       --stderr[STDERR]
              Optional file to use for stderr.

       --keep_logfiles
              Retain logfiles after the server exits.

                                                                                                         ycmd(1)

Synopsis

ycmd  [-h]  [--hostHOST]  [--portPORT] [--logLOGLEVEL] [--idle_suicide_secondsIDLE_SUICIDE_SECONDS]
       [--options_fileOPTIONS_FILE] [--stdoutSTDOUT] [--stderrSTDERR] [--keep_logfiles]

See Also