How to Install ycmd in Ubuntu 18.04



Install ycmd by entering the following commands in the terminal:

sudo apt update
sudo apt install ycmd

Description:

code-completion & comprehension server

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.

Homepage: https://github.com/Valloric/ycmd

Version: 0+20161219+git486b809-2.1

Section: universe/devel