This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| swagger: "2.0" | |
| info: | |
| title: ycmd | |
| description: |- | |
| ycmd is a code-completion & code-comprehension server | |
| ## General Notes | |
| - All strings going into and out of the server are UTF-8 encoded. | |
| - All line and column numbers are 1-based, not 0-based. They are also byte |
NewerOlder