Skip to content

Instantly share code, notes, and snippets.

@TuM0xA-S
Created April 12, 2021 16:36
Show Gist options
  • Save TuM0xA-S/a02e0c5cb03607dc054887871a1bea19 to your computer and use it in GitHub Desktop.
Save TuM0xA-S/a02e0c5cb03607dc054887871a1bea19 to your computer and use it in GitHub Desktop.
2021-04-12 19:32:36,688 - DEBUG - No global extra conf, not calling method YcmCorePreload
2021-04-12 19:32:36,720 - INFO - Completion config: 50, detailing -1 candiates
2021-04-12 19:32:36,720 - INFO - Completion config: 50, detailing -1 candiates
2021-04-12 19:32:36,720 - INFO - Completion config: 50, detailing -1 candiates
2021-04-12 19:32:36,721 - INFO - Completion config: 50, detailing -1 candiates
2021-04-12 19:32:36,743 - INFO - Received ready request
127.0.0.1 - - [12/Apr/2021 19:32:36] "GET /ready HTTP/1.1" 200 4
2021-04-12 19:32:38,743 - INFO - Received signature help available request
2021-04-12 19:32:38,744 - INFO - Completion config: 50, detailing -1 candiates
2021-04-12 19:32:38,745 - INFO - Received event notification
2021-04-12 19:32:38,746 - DEBUG - Event name: BufferVisit
127.0.0.1 - - [12/Apr/2021 19:32:38] "GET /signature_help_available?subserver=php HTTP/1.1" 200 23
2021-04-12 19:32:38,747 - INFO - Received event notification
2021-04-12 19:32:38,748 - DEBUG - Event name: FileReadyToParse
2021-04-12 19:32:38,748 - INFO - Adding buffer identifiers for file: /home/tum0xa/src/phpsite/index.php
127.0.0.1 - - [12/Apr/2021 19:32:38] "POST /event_notification HTTP/1.1" 200 2
2021-04-12 19:32:38,749 - INFO - Starting phpCompleter: ['/home/tum0xa/src/phpactor/bin/phpactor', 'language-server']
2021-04-12 19:32:38,752 - INFO - phpCompleter started with PID 5215
2021-04-12 19:32:38,753 - DEBUG - TX: Sending message: b'Content-Length: 1230\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]}},"documentSymbol":{"hierarchicalDocumentSymbolSupport":false,"labelSupport":false,"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]}},"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":5200,"rootPath":"/home/tum0xa/src/phpsite","rootUri":"file:///home/tum0xa/src/phpsite"}}'
127.0.0.1 - - [12/Apr/2021 19:32:38] "POST /event_notification HTTP/1.1" 200 2
2021-04-12 19:32:38,850 - INFO - Received filetype completion available request
127.0.0.1 - - [12/Apr/2021 19:32:38] "POST /semantic_completion_available HTTP/1.1" 200 4
2021-04-12 19:32:38,921 - 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-12 19:32:38,921 - INFO - None: Language server does not require resolve request
2021-04-12 19:32:38,922 - INFO - None: Language server requires sync type of Full
2021-04-12 19:32:38,922 - DEBUG - php: Server declares trigger characters: [':', '>', '$']
2021-04-12 19:32:38,922 - INFO - php: Using trigger characters for semantic triggers: :,>,$
2021-04-12 19:32:38,922 - DEBUG - php: Server declares signature trigger characters: ['(', ',']
2021-04-12 19:32:38,923 - INFO - php: Using characters for signature triggers: (,,
2021-04-12 19:32:38,923 - DEBUG - TX: Sending notification: b'Content-Length: 52\r\n\r\n{"jsonrpc":"2.0","method":"initialized","params":{}}'
2021-04-12 19:32:38,923 - DEBUG - TX: Sending notification: b'Content-Length: 86\r\n\r\n{"jsonrpc":"2.0","method":"workspace/didChangeConfiguration","params":{"settings":{}}}'
2021-04-12 19:32:38,923 - DEBUG - Refreshing file /home/tum0xa/src/phpsite/index.php: State is Open/action Open
2021-04-12 19:32:38,924 - DEBUG - TX: Sending notification: b'Content-Length: 179\r\n\r\n{"jsonrpc":"2.0","method":"textDocument/didOpen","params":{"textDocument":{"languageId":"php","text":"<?php\\n?>\\n","uri":"file:///home/tum0xa/src/phpsite/index.php","version":1}}}'
127.0.0.1 - - [12/Apr/2021 19:32:38] "POST /receive_messages HTTP/1.1" 200 4
2021-04-12 19:32:38,935 - DEBUG - RX: Received message: b'{"method":"window\\/showMessage","params":{"type":3,"message":"Indexing \\"0\\" PHP files"},"jsonrpc":"2.0"}'
127.0.0.1 - - [12/Apr/2021 19:32:38] "POST /receive_messages HTTP/1.1" 200 40
2021-04-12 19:32:38,990 - DEBUG - RX: Received message: b'{"method":"window\\/showMessage","params":{"type":3,"message":"Done indexing (0.05s, 19\\/1,611 mb), watching with pattern matching find (BSD\\/GNU)"},"jsonrpc":"2.0"}'
127.0.0.1 - - [12/Apr/2021 19:32:39] "POST /receive_messages HTTP/1.1" 200 97
2021-04-12 19:32:39,328 - INFO - Received event notification
2021-04-12 19:32:39,329 - DEBUG - Event name: CurrentIdentifierFinished
2021-04-12 19:32:39,329 - INFO - Adding ONE buffer identifier for file: /home/tum0xa/src/phpsite/index.php
127.0.0.1 - - [12/Apr/2021 19:32:39] "POST /event_notification HTTP/1.1" 200 2
2021-04-12 19:32:39,608 - INFO - Received completion request
2021-04-12 19:32:39,608 - DEBUG - Using filetype completion: False
127.0.0.1 - - [12/Apr/2021 19:32:39] "POST /completions HTTP/1.1" 200 58
2021-04-12 19:32:39,612 - INFO - Received signature help available request
127.0.0.1 - - [12/Apr/2021 19:32:39] "GET /signature_help_available?subserver=php HTTP/1.1" 200 19
2021-04-12 19:32:39,736 - INFO - Received completion request
2021-04-12 19:32:39,736 - DEBUG - Using filetype completion: False
127.0.0.1 - - [12/Apr/2021 19:32:39] "POST /completions HTTP/1.1" 200 58
2021-04-12 19:32:39,740 - INFO - Received signature help request
127.0.0.1 - - [12/Apr/2021 19:32:39] "POST /signature_help HTTP/1.1" 200 88
2021-04-12 19:32:39,919 - INFO - Received completion request
2021-04-12 19:32:39,919 - DEBUG - Using filetype completion: False
127.0.0.1 - - [12/Apr/2021 19:32:39] "POST /completions HTTP/1.1" 200 58
2021-04-12 19:32:39,922 - INFO - Received signature help request
127.0.0.1 - - [12/Apr/2021 19:32:39] "POST /signature_help HTTP/1.1" 200 88
2021-04-12 19:32:39,933 - INFO - Received completion request
2021-04-12 19:32:39,933 - DEBUG - Using filetype completion: False
127.0.0.1 - - [12/Apr/2021 19:32:39] "POST /completions HTTP/1.1" 200 58
2021-04-12 19:32:39,937 - INFO - Received signature help request
127.0.0.1 - - [12/Apr/2021 19:32:39] "POST /signature_help HTTP/1.1" 200 88
2021-04-12 19:32:40,178 - INFO - Received completion request
2021-04-12 19:32:40,179 - DEBUG - Using filetype completion: False
127.0.0.1 - - [12/Apr/2021 19:32:40] "POST /completions HTTP/1.1" 200 58
2021-04-12 19:32:40,183 - INFO - Received signature help request
127.0.0.1 - - [12/Apr/2021 19:32:40] "POST /signature_help HTTP/1.1" 200 88
2021-04-12 19:32:40,470 - INFO - Received completion request
2021-04-12 19:32:40,470 - DEBUG - Using filetype completion: False
127.0.0.1 - - [12/Apr/2021 19:32:40] "POST /completions HTTP/1.1" 200 58
2021-04-12 19:32:40,475 - INFO - Received signature help request
127.0.0.1 - - [12/Apr/2021 19:32:40] "POST /signature_help HTTP/1.1" 200 88
2021-04-12 19:32:40,731 - INFO - Received completion request
2021-04-12 19:32:40,731 - DEBUG - Using filetype completion: False
127.0.0.1 - - [12/Apr/2021 19:32:40] "POST /completions HTTP/1.1" 200 58
2021-04-12 19:32:40,733 - INFO - Received signature help request
127.0.0.1 - - [12/Apr/2021 19:32:40] "POST /signature_help HTTP/1.1" 200 88
2021-04-12 19:32:40,996 - INFO - Received completion request
2021-04-12 19:32:40,997 - DEBUG - Using filetype completion: False
127.0.0.1 - - [12/Apr/2021 19:32:40] "POST /completions HTTP/1.1" 200 58
2021-04-12 19:32:41,000 - INFO - Received signature help request
127.0.0.1 - - [12/Apr/2021 19:32:41] "POST /signature_help HTTP/1.1" 200 88
2021-04-12 19:32:41,104 - INFO - Received completion request
2021-04-12 19:32:41,104 - DEBUG - Using filetype completion: False
127.0.0.1 - - [12/Apr/2021 19:32:41] "POST /completions HTTP/1.1" 200 58
2021-04-12 19:32:41,108 - INFO - Received signature help request
127.0.0.1 - - [12/Apr/2021 19:32:41] "POST /signature_help HTTP/1.1" 200 88
2021-04-12 19:32:41,140 - INFO - Received completion request
2021-04-12 19:32:41,140 - DEBUG - Using filetype completion: False
127.0.0.1 - - [12/Apr/2021 19:32:41] "POST /completions HTTP/1.1" 200 58
2021-04-12 19:32:41,144 - INFO - Received signature help request
127.0.0.1 - - [12/Apr/2021 19:32:41] "POST /signature_help HTTP/1.1" 200 88
2021-04-12 19:32:41,238 - INFO - Received completion request
2021-04-12 19:32:41,238 - DEBUG - Using filetype completion: False
127.0.0.1 - - [12/Apr/2021 19:32:41] "POST /completions HTTP/1.1" 200 58
2021-04-12 19:32:41,241 - INFO - Received signature help request
127.0.0.1 - - [12/Apr/2021 19:32:41] "POST /signature_help HTTP/1.1" 200 88
2021-04-12 19:32:41,522 - INFO - Received event notification
2021-04-12 19:32:41,523 - DEBUG - Event name: CurrentIdentifierFinished
2021-04-12 19:32:41,523 - INFO - Adding ONE buffer identifier for file: /home/tum0xa/src/phpsite/index.php
127.0.0.1 - - [12/Apr/2021 19:32:41] "POST /event_notification HTTP/1.1" 200 2
2021-04-12 19:32:41,526 - INFO - Received completion request
2021-04-12 19:32:41,526 - DEBUG - Using filetype completion: False
127.0.0.1 - - [12/Apr/2021 19:32:41] "POST /completions HTTP/1.1" 200 59
2021-04-12 19:32:41,529 - INFO - Received signature help request
2021-04-12 19:32:41,530 - DEBUG - Refreshing file /home/tum0xa/src/phpsite/index.php: State is Open/action Change
2021-04-12 19:32:41,530 - DEBUG - TX: Sending notification: b'Content-Length: 197\r\n\r\n{"jsonrpc":"2.0","method":"textDocument/didChange","params":{"contentChanges":[{"text":"<?php\\narray_slice(\\n?>\\n"}],"textDocument":{"uri":"file:///home/tum0xa/src/phpsite/index.php","version":2}}}'
2021-04-12 19:32:41,531 - DEBUG - TX: Sending message: b'Content-Length: 177\r\n\r\n{"id":2,"jsonrpc":"2.0","method":"textDocument/signatureHelp","params":{"position":{"character":12,"line":1},"textDocument":{"uri":"file:///home/tum0xa/src/phpsite/index.php"}}}'
2021-04-12 19:32:41,549 - DEBUG - RX: Received message: b'{"id":2,"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"}'
127.0.0.1 - - [12/Apr/2021 19:32:41] "POST /signature_help HTTP/1.1" 200 424
2021-04-12 19:32:43,075 - INFO - Received event notification
2021-04-12 19:32:43,076 - DEBUG - Event name: FileReadyToParse
2021-04-12 19:32:43,076 - INFO - Adding buffer identifiers for file: /home/tum0xa/src/phpsite/index.php
2021-04-12 19:32:43,076 - DEBUG - Refreshing file /home/tum0xa/src/phpsite/index.php: State is Open/action None
2021-04-12 19:32:43,078 - INFO - Received event notification
2021-04-12 19:32:43,078 - DEBUG - Event name: InsertLeave
127.0.0.1 - - [12/Apr/2021 19:32:43] "POST /event_notification HTTP/1.1" 200 2
127.0.0.1 - - [12/Apr/2021 19:32:43] "POST /event_notification HTTP/1.1" 200 2
127.0.0.1 - - [12/Apr/2021 19:32:49] "POST /receive_messages HTTP/1.1" 200 4
2021-04-12 19:32:49,830 - INFO - Received debug info request
127.0.0.1 - - [12/Apr/2021 19:32:49] "POST /debug_info HTTP/1.1" 200 566
127.0.0.1 - - [12/Apr/2021 19:32:55] "POST /receive_messages HTTP/1.1" 200 5
127.0.0.1 - - [12/Apr/2021 19:32:59] "POST /receive_messages HTTP/1.1" 200 4
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment