Skip to content

Instantly share code, notes, and snippets.

@TuM0xA-S
Created April 10, 2021 20:51
Show Gist options
  • Save TuM0xA-S/e79bc4c96911a73fc02a1974cee0ee97 to your computer and use it in GitHub Desktop.
Save TuM0xA-S/e79bc4c96911a73fc02a1974cee0ee97 to your computer and use it in GitHub Desktop.
ycmd stderr log
2021-04-10 23:47:10,010 - DEBUG - No global extra conf, not calling method YcmCorePreload
2021-04-10 23:47:10,046 - INFO - Completion config: 50, detailing 10 candiates
2021-04-10 23:47:10,046 - INFO - Completion config: 50, detailing 10 candiates
2021-04-10 23:47:10,046 - INFO - Completion config: 50, detailing 10 candiates
2021-04-10 23:47:10,047 - INFO - Completion config: 50, detailing 10 candiates
2021-04-10 23:47:10,072 - INFO - Received ready request
2021-04-10 23:47:10,077 - INFO - Received signature help available request
2021-04-10 23:47:10,078 - INFO - Completion config: 50, detailing 10 candiates
2021-04-10 23:47:10,080 - INFO - Received event notification
2021-04-10 23:47:10,081 - DEBUG - Event name: BufferVisit
2021-04-10 23:47:10,083 - INFO - Received event notification
2021-04-10 23:47:10,083 - DEBUG - Event name: FileReadyToParse
2021-04-10 23:47:10,083 - INFO - Adding buffer identifiers for file: /home/tum0xa/src/phpsite/index.php
2021-04-10 23:47:10,084 - INFO - Starting phpCompleter: ['/home/tum0xa/src/phpactor/bin/phpactor', 'language-server', '-vvv']
2021-04-10 23:47:10,088 - INFO - phpCompleter started with PID 16198
2021-04-10 23:47:10,089 - DEBUG - TX: Sending message: b'Content-Length: 1052\r\n\r\n{"id":1,"jsonrpc":"2.0","method":"initialize","params":{"capabilities":{"textDocument":{"codeAction":{"codeActionLiteralSupport":{"codeActionKind":{"valueSet":["","quickfix","refactor","refactor.extract","refactor.inline","refactor.rewrite","source","source.organizeImports"]}}},"completion":{"completionItem":{"documentationFormat":["plaintext","markdown"]},"completionItemKind":{"valueSet":[1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25]}},"hover":{"contentFormat":["plaintext","markdown"]},"signatureHelp":{"signatureInformation":{"documentationFormat":["plaintext","markdown"],"parameterInformation":{"labelOffsetSupport":true}}},"synchronization":{"didSave":true}},"workspace":{"applyEdit":true,"didChangeWatchedFiles":{"dynamicRegistration":true},"symbol":{"symbolKind":{"valueSet":[1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26]}},"workspaceEdit":{"documentChanges":true}}},"initializationOptions":{},"processId":16158,"rootPath":"/home/tum0xa/src/phpsite","rootUri":"file:///home/tum0xa/src/phpsite"}}'
2021-04-10 23:47:10,185 - INFO - Received filetype completion available request
2021-04-10 23:47:10,254 - DEBUG - RX: Received message: b'{"id":1,"result":{"capabilities":{"textDocumentSync":1,"completionProvider":{"triggerCharacters":[":",">","$"]},"hoverProvider":true,"signatureHelpProvider":{"triggerCharacters":["(",","]},"definitionProvider":true,"typeDefinitionProvider":true,"implementationProvider":true,"referencesProvider":true,"documentHighlightProvider":[],"documentSymbolProvider":[],"codeActionProvider":{"codeActionKinds":["quickfix.import_class","quickfix.complete_constructor","quickfix.create_class","quickfix.add_missing_properties","quickfix.implement_contracts","quickfix.fix_namespace_class_name"]},"selectionRangeProvider":true,"executeCommandProvider":{"commands":["name_import","transform","create_class"]}},"serverInfo":[]},"jsonrpc":"2.0"}'
2021-04-10 23:47:10,254 - INFO - None: Language server does not require resolve request
2021-04-10 23:47:10,254 - INFO - None: Language server requires sync type of Full
2021-04-10 23:47:10,255 - DEBUG - php: Server declares trigger characters: [':', '>', '$']
2021-04-10 23:47:10,255 - INFO - php: Using trigger characters for semantic triggers: :,>,$
2021-04-10 23:47:10,255 - DEBUG - php: Server declares signature trigger characters: ['(', ',']
2021-04-10 23:47:10,255 - INFO - php: Using characters for signature triggers: (,,
2021-04-10 23:47:10,255 - DEBUG - TX: Sending notification: b'Content-Length: 52\r\n\r\n{"jsonrpc":"2.0","method":"initialized","params":{}}'
2021-04-10 23:47:10,255 - DEBUG - TX: Sending notification: b'Content-Length: 86\r\n\r\n{"jsonrpc":"2.0","method":"workspace/didChangeConfiguration","params":{"settings":{}}}'
2021-04-10 23:47:10,255 - DEBUG - Refreshing file /home/tum0xa/src/phpsite/index.php: State is Open/action Open
2021-04-10 23:47:10,256 - DEBUG - TX: Sending notification: b'Content-Length: 363\r\n\r\n{"jsonrpc":"2.0","method":"textDocument/didOpen","params":{"textDocument":{"languageId":"php","text":"<html>\\n <head>\\n <meta charset=\\"UTF-8\\">\\n <title></title>\\n </head>\\n <body>\\n <?php\\n $a = [1, 2, 3, 4];\\n array_slice(\\n ?>\\n </body>\\n</html>\\n","uri":"file:///home/tum0xa/src/phpsite/index.php","version":1}}}'
2021-04-10 23:47:10,267 - DEBUG - RX: Received message: b'{"method":"window\\/showMessage","params":{"type":3,"message":"Indexing \\"0\\" PHP files"},"jsonrpc":"2.0"}'
2021-04-10 23:47:10,319 - DEBUG - RX: Received message: b'{"method":"window\\/showMessage","params":{"type":3,"message":"Done indexing (0.05s, 21\\/1,611 mb), watching with pattern matching find (BSD\\/GNU)"},"jsonrpc":"2.0"}'
2021-04-10 23:47:16,218 - INFO - Received event notification
2021-04-10 23:47:16,218 - DEBUG - Event name: FileReadyToParse
2021-04-10 23:47:16,219 - INFO - Adding buffer identifiers for file: /home/tum0xa/src/phpsite/index.php
2021-04-10 23:47:16,219 - DEBUG - Refreshing file /home/tum0xa/src/phpsite/index.php: State is Open/action Change
2021-04-10 23:47:16,219 - DEBUG - TX: Sending notification: b'Content-Length: 345\r\n\r\n{"jsonrpc":"2.0","method":"textDocument/didChange","params":{"contentChanges":[{"text":"<html>\\n <head>\\n <meta charset=\\"UTF-8\\">\\n <title></title>\\n </head>\\n <body>\\n <?php\\n $a = [1, 2, 3, 4];\\n ?>\\n </body>\\n</html>\\n"}],"textDocument":{"uri":"file:///home/tum0xa/src/phpsite/index.php","version":2}}}'
2021-04-10 23:47:17,757 - INFO - Received event notification
2021-04-10 23:47:17,758 - DEBUG - Event name: CurrentIdentifierFinished
2021-04-10 23:47:19,515 - INFO - Received completion request
2021-04-10 23:47:19,516 - DEBUG - Using filetype completion: True
2021-04-10 23:47:19,516 - DEBUG - Refreshing file /home/tum0xa/src/phpsite/index.php: State is Open/action Change
2021-04-10 23:47:19,516 - DEBUG - TX: Sending notification: b'Content-Length: 356\r\n\r\n{"jsonrpc":"2.0","method":"textDocument/didChange","params":{"contentChanges":[{"text":"<html>\\n <head>\\n <meta charset=\\"UTF-8\\">\\n <title></title>\\n </head>\\n <body>\\n <?php\\n $a = [1, 2, 3, 4];\\n $\\n ?>\\n </body>\\n</html>\\n"}],"textDocument":{"uri":"file:///home/tum0xa/src/phpsite/index.php","version":3}}}'
2021-04-10 23:47:19,517 - DEBUG - TX: Sending message: b'Content-Length: 173\r\n\r\n{"id":2,"jsonrpc":"2.0","method":"textDocument/completion","params":{"position":{"character":9,"line":8},"textDocument":{"uri":"file:///home/tum0xa/src/phpsite/index.php"}}}'
2021-04-10 23:47:19,519 - INFO - Received signature help available request
2021-04-10 23:47:19,560 - DEBUG - RX: Received message: b'{"id":2,"result":{"isIncomplete":false,"items":[{"label":"$a","kind":6,"detail":"array","documentation":"","insertText":"$a","insertTextFormat":1}]},"jsonrpc":"2.0"}'
2021-04-10 23:47:19,847 - INFO - Received completion request
2021-04-10 23:47:19,848 - DEBUG - Using filetype completion: True
2021-04-10 23:47:19,848 - DEBUG - Refreshing file /home/tum0xa/src/phpsite/index.php: State is Open/action Change
2021-04-10 23:47:19,848 - DEBUG - TX: Sending notification: b'Content-Length: 357\r\n\r\n{"jsonrpc":"2.0","method":"textDocument/didChange","params":{"contentChanges":[{"text":"<html>\\n <head>\\n <meta charset=\\"UTF-8\\">\\n <title></title>\\n </head>\\n <body>\\n <?php\\n $a = [1, 2, 3, 4];\\n $a\\n ?>\\n </body>\\n</html>\\n"}],"textDocument":{"uri":"file:///home/tum0xa/src/phpsite/index.php","version":4}}}'
2021-04-10 23:47:19,849 - DEBUG - TX: Sending message: b'Content-Length: 173\r\n\r\n{"id":3,"jsonrpc":"2.0","method":"textDocument/completion","params":{"position":{"character":9,"line":8},"textDocument":{"uri":"file:///home/tum0xa/src/phpsite/index.php"}}}'
2021-04-10 23:47:19,850 - INFO - Received signature help request
2021-04-10 23:47:19,859 - DEBUG - RX: Received message: b'{"id":3,"result":{"isIncomplete":false,"items":[{"label":"$a","kind":6,"detail":"array","documentation":"","insertText":"$a","insertTextFormat":1}]},"jsonrpc":"2.0"}'
2021-04-10 23:47:22,074 - INFO - Received completion request
2021-04-10 23:47:22,074 - DEBUG - Using filetype completion: True
2021-04-10 23:47:22,075 - DEBUG - Refreshing file /home/tum0xa/src/phpsite/index.php: State is Open/action Change
2021-04-10 23:47:22,075 - DEBUG - TX: Sending notification: b'Content-Length: 356\r\n\r\n{"jsonrpc":"2.0","method":"textDocument/didChange","params":{"contentChanges":[{"text":"<html>\\n <head>\\n <meta charset=\\"UTF-8\\">\\n <title></title>\\n </head>\\n <body>\\n <?php\\n $a = [1, 2, 3, 4];\\n $\\n ?>\\n </body>\\n</html>\\n"}],"textDocument":{"uri":"file:///home/tum0xa/src/phpsite/index.php","version":5}}}'
2021-04-10 23:47:22,075 - DEBUG - TX: Sending message: b'Content-Length: 173\r\n\r\n{"id":4,"jsonrpc":"2.0","method":"textDocument/completion","params":{"position":{"character":9,"line":8},"textDocument":{"uri":"file:///home/tum0xa/src/phpsite/index.php"}}}'
2021-04-10 23:47:22,077 - INFO - Received signature help request
2021-04-10 23:47:22,091 - DEBUG - RX: Received message: b'{"id":4,"result":{"isIncomplete":false,"items":[{"label":"$a","kind":6,"detail":"array","documentation":"","insertText":"$a","insertTextFormat":1}]},"jsonrpc":"2.0"}'
2021-04-10 23:47:23,122 - INFO - Received event notification
2021-04-10 23:47:23,122 - DEBUG - Event name: CurrentIdentifierFinished
2021-04-10 23:47:23,304 - INFO - Received completion request
2021-04-10 23:47:23,304 - DEBUG - Using filetype completion: False
2021-04-10 23:47:23,306 - INFO - Received signature help request
2021-04-10 23:47:23,618 - INFO - Received completion request
2021-04-10 23:47:23,619 - DEBUG - Using filetype completion: False
2021-04-10 23:47:23,621 - INFO - Received signature help request
2021-04-10 23:47:23,793 - INFO - Received completion request
2021-04-10 23:47:23,793 - DEBUG - Using filetype completion: False
2021-04-10 23:47:23,796 - INFO - Received signature help request
2021-04-10 23:47:23,815 - INFO - Received completion request
2021-04-10 23:47:23,816 - DEBUG - Using filetype completion: False
2021-04-10 23:47:23,819 - INFO - Received signature help request
2021-04-10 23:47:23,856 - INFO - Received completion request
2021-04-10 23:47:23,857 - DEBUG - Using filetype completion: False
2021-04-10 23:47:23,859 - INFO - Received signature help request
2021-04-10 23:47:24,164 - INFO - Received completion request
2021-04-10 23:47:24,164 - DEBUG - Using filetype completion: False
2021-04-10 23:47:24,168 - INFO - Received signature help request
2021-04-10 23:47:24,682 - INFO - Received completion request
2021-04-10 23:47:24,683 - DEBUG - Using filetype completion: False
2021-04-10 23:47:24,685 - INFO - Received signature help request
2021-04-10 23:47:24,946 - INFO - Received completion request
2021-04-10 23:47:24,947 - DEBUG - Using filetype completion: False
2021-04-10 23:47:24,948 - INFO - Received signature help request
2021-04-10 23:47:25,296 - INFO - Received completion request
2021-04-10 23:47:25,296 - DEBUG - Using filetype completion: False
2021-04-10 23:47:25,298 - INFO - Received signature help request
2021-04-10 23:47:25,404 - INFO - Received completion request
2021-04-10 23:47:25,404 - DEBUG - Using filetype completion: False
2021-04-10 23:47:25,408 - INFO - Received signature help request
2021-04-10 23:47:25,601 - INFO - Received completion request
2021-04-10 23:47:25,602 - DEBUG - Using filetype completion: False
2021-04-10 23:47:25,605 - INFO - Received signature help request
2021-04-10 23:47:25,714 - INFO - Received completion request
2021-04-10 23:47:25,715 - DEBUG - Using filetype completion: False
2021-04-10 23:47:25,718 - INFO - Received signature help request
2021-04-10 23:47:25,937 - INFO - Received completion request
2021-04-10 23:47:25,938 - DEBUG - Using filetype completion: False
2021-04-10 23:47:25,940 - INFO - Received signature help request
2021-04-10 23:47:26,077 - INFO - Received completion request
2021-04-10 23:47:26,077 - DEBUG - Using filetype completion: False
2021-04-10 23:47:26,078 - INFO - Received signature help request
2021-04-10 23:47:26,734 - INFO - Received event notification
2021-04-10 23:47:26,734 - DEBUG - Event name: CurrentIdentifierFinished
2021-04-10 23:47:26,734 - INFO - Adding ONE buffer identifier for file: /home/tum0xa/src/phpsite/index.php
2021-04-10 23:47:26,737 - INFO - Received completion request
2021-04-10 23:47:26,738 - DEBUG - Using filetype completion: False
2021-04-10 23:47:26,741 - INFO - Received signature help request
2021-04-10 23:47:26,741 - DEBUG - Refreshing file /home/tum0xa/src/phpsite/index.php: State is Open/action Change
2021-04-10 23:47:26,742 - DEBUG - TX: Sending notification: b'Content-Length: 367\r\n\r\n{"jsonrpc":"2.0","method":"textDocument/didChange","params":{"contentChanges":[{"text":"<html>\\n <head>\\n <meta charset=\\"UTF-8\\">\\n <title></title>\\n </head>\\n <body>\\n <?php\\n $a = [1, 2, 3, 4];\\n array_slice(\\n ?>\\n </body>\\n</html>\\n"}],"textDocument":{"uri":"file:///home/tum0xa/src/phpsite/index.php","version":6}}}'
2021-04-10 23:47:26,742 - DEBUG - TX: Sending message: b'Content-Length: 177\r\n\r\n{"id":5,"jsonrpc":"2.0","method":"textDocument/signatureHelp","params":{"position":{"character":20,"line":8},"textDocument":{"uri":"file:///home/tum0xa/src/phpsite/index.php"}}}'
2021-04-10 23:47:26,767 - DEBUG - RX: Received message: b'{"id":5,"result":{"signatures":[{"label":"array_slice(array $array, int $offset, int $length = NULL, bool $preserve_keys = false): array","parameters":[{"label":"array","documentation":"array $array"},{"label":"offset","documentation":"int $offset"},{"label":"length","documentation":"int $length = NULL"},{"label":"preserve_keys","documentation":"bool $preserve_keys = false"}]}],"activeSignature":0,"activeParameter":0},"jsonrpc":"2.0"}'
2021-04-10 23:47:31,062 - INFO - Received event notification
2021-04-10 23:47:31,063 - DEBUG - Event name: FileReadyToParse
2021-04-10 23:47:31,063 - INFO - Adding buffer identifiers for file: /home/tum0xa/src/phpsite/index.php
2021-04-10 23:47:31,063 - DEBUG - Refreshing file /home/tum0xa/src/phpsite/index.php: State is Open/action None
2021-04-10 23:47:31,064 - INFO - Received event notification
2021-04-10 23:47:31,064 - DEBUG - Event name: InsertLeave
2021-04-10 23:47:38,496 - INFO - Received debug info request
2021-04-10 23:48:02,422 - INFO - Received debug info request
@TuM0xA-S
Copy link
Author

изображение

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment