Title: Wrong completion list in debug console · Issue #880 · microsoft/vscode-java-debug · GitHub
Open Graph Title: Wrong completion list in debug console · Issue #880 · microsoft/vscode-java-debug
X Title: Wrong completion list in debug console · Issue #880 · microsoft/vscode-java-debug
Description: Version: 1.48.2 (system setup) Commit: a0479759d6e9ea56afa657e454193f72aef85bd0 Date: 2020-08-25T10:13:11.295Z Electron: 7.3.2 Chrome: 78.0.3904.130 Node.js: 12.8.1 V8: 7.8.279.23-electron.0 OS: Windows_NT x64 10.0.19041 Steps To Reprodu...
Open Graph Description: Version: 1.48.2 (system setup) Commit: a0479759d6e9ea56afa657e454193f72aef85bd0 Date: 2020-08-25T10:13:11.295Z Electron: 7.3.2 Chrome: 78.0.3904.130 Node.js: 12.8.1 V8: 7.8.279.23-electron.0 OS: Wi...
X Description: Version: 1.48.2 (system setup) Commit: a0479759d6e9ea56afa657e454193f72aef85bd0 Date: 2020-08-25T10:13:11.295Z Electron: 7.3.2 Chrome: 78.0.3904.130 Node.js: 12.8.1 V8: 7.8.279.23-electron.0 OS: Wi...
Opengraph URL: https://github.com/microsoft/vscode-java-debug/issues/880
X: @github
Domain: github.com
{"@context":"https://schema.org","@type":"DiscussionForumPosting","headline":"Wrong completion list in debug console","articleBody":"Version: 1.48.2 (system setup)\r\nCommit: a0479759d6e9ea56afa657e454193f72aef85bd0\r\nDate: 2020-08-25T10:13:11.295Z\r\nElectron: 7.3.2\r\nChrome: 78.0.3904.130\r\nNode.js: 12.8.1\r\nV8: 7.8.279.23-electron.0\r\nOS: Windows_NT x64 10.0.19041\r\n\r\n##### Steps To Reproduce\r\nTry to trigger the completion where the cursor is not at the end of the code\r\n\r\nLog:\r\n\r\n```\r\n[request]\r\n{\"command\":\"completions\",\"arguments\":{\"frameId\":1,\"text\":\"ASTNodes.getTypeName(cic.)\",\"column\":26,\"line\":1},\"type\":\"request\",\"seq\":115}\r\n\r\n!ENTRY java-debug 1 0 2020-09-09 14:28:44.848\r\n!MESSAGE \r\n[[RESPONSE]]\r\nContent-Length: 4247\r\n\r\n{\"success\":true,\"request_seq\":115,\"command\":\"completions\",\"body\":{\"targets\":[{\"label\":\"params : CodeActionParams\",\"text\":\"params\",\"type\":\"variable\",\"start\":0,\"number\":0},{\"label\":\"context : IInvocationContext\",\"text\":\"context\",\"type\":\"variable\",\"start\":0,\"number\":0},{\"label\":\"node : ASTNode\",\"text\":\"node\",\"type\":\"variable\",\"start\":0,\"number\":0},{\"label\":\"returnAsCommand : boolean\",\"text\":\"returnAsCommand\",\"type\":\"variable\",\"start\":0,\"number\":0},{\"label\":\"label : String\",\"text\":\"label\",\"type\":\"variable\",\"start\":0,\"number\":0},{\"label\":\"cic : ClassInstanceCreation\",\"text\":\"cic\",\"type\":\"variable\",\"start\":0,\"number\":0},{\"label\":\"anonymTypeDecl : AnonymousClassDeclaration\",\"text\":\"anonymTypeDecl\",\"type\":\"variable\",\"start\":0,\"number\":0},{\"label\":\"refactoring : ConvertAnonymousToNestedRefactoring\",\"text\":\"refactoring\",\"type\":\"variable\",\"start\":0,\"number\":0},{\"label\":\"extTypeName : String\",\"text\":\"extTypeName\",\"type\":\"variable\",\"start\":0,\"number\":0},{\"label\":\"anonymTypeBinding : ITypeBinding\",\"text\":\"anonymTypeBinding\",\"type\":\"variable\",\"start\":0,\"number\":0},{\"label\":\"CONVERT_ANONYMOUS_CLASS_TO_NESTED_COMMAND : String\",\"text\":\"CONVERT_ANONYMOUS_CLASS_TO_NESTED_COMMAND\",\"type\":\"field\",\"start\":0,\"number\":0},{\"label\":\"noErrorsAtLocation(IProblemLocationCore[] locations) : boolean\",\"text\":\"noErrorsAtLocation()\",\"type\":\"function\",\"start\":0,\"number\":0},{\"label\":\"isDirectlyAccessible(ASTNode nameNode, ITypeBinding declaringClass) : boolean\",\"text\":\"isDirectlyAccessible()\",\"type\":\"function\",\"start\":0,\"number\":0},{\"label\":\"getMakeVariableDeclarationFinalProposals(IInvocationContext context, Collection\\u003cChangeCorrectionProposal\\u003e resultingCollections) : boolean\",\"text\":\"getMakeVariableDeclarationFinalProposals()\",\"type\":\"function\",\"start\":0,\"number\":0},{\"label\":\"getEnclosingHeader(ASTNode node, Class\\u003cT\\u003e headerType, StructuralPropertyDescriptor... headerProperties) : T\",\"text\":\"getEnclosingHeader()\",\"type\":\"function\",\"start\":0,\"number\":0},{\"label\":\"getEnclosingForStatementHeader(ASTNode node) : ForStatement\",\"text\":\"getEnclosingForStatementHeader()\",\"type\":\"function\",\"start\":0,\"number\":0},{\"label\":\"getConvertVarTypeToResolvedTypeProposal(IInvocationContext context, ASTNode node, Collection\\u003cChangeCorrectionProposal\\u003e proposals) : boolean\",\"text\":\"getConvertVarTypeToResolvedTypeProposal()\",\"type\":\"function\",\"start\":0,\"number\":0},{\"label\":\"getConvertResolvedTypeToVarTypeProposal(IInvocationContext context, ASTNode node, Collection\\u003cChangeCorrectionProposal\\u003e proposals) : boolean\",\"text\":\"getConvertResolvedTypeToVarTypeProposal()\",\"type\":\"function\",\"start\":0,\"number\":0},{\"label\":\"getConvertLambdaToAnonymousClassCreationsProposals(IInvocationContext context, ASTNode covering, Collection\\u003cChangeCorrectionProposal\\u003e resultingCollections) : boolean\",\"text\":\"getConvertLambdaToAnonymousClassCreationsProposals()\",\"type\":\"function\",\"start\":0,\"number\":0},{\"label\":\"getConvertForLoopProposal(IInvocationContext context, ASTNode node, Collection\\u003cChangeCorrectionProposal\\u003e resultingCollections) : boolean\",\"text\":\"getConvertForLoopProposal()\",\"type\":\"function\",\"start\":0,\"number\":0},{\"label\":\"getConvertAnonymousToNestedProposal(CodeActionParams params, IInvocationContext context, ASTNode node, boolean returnAsCommand) : RefactoringCorrectionProposal\",\"text\":\"getConvertAnonymousToNestedProposal()\",\"type\":\"function\",\"start\":0,\"number\":0},{\"label\":\"getConvertAnonymousClassCreationsToLambdaProposals(IInvocationContext context, ASTNode covering, Collection\\u003cChangeCorrectionProposal\\u003e resultingCollections) : boolean\",\"text\":\"getConvertAnonymousClassCreationsToLambdaProposals()\",\"type\":\"function\",\"start\":0,\"number\":0},{\"label\":\"getClassInstanceCreation(ASTNode node) : ClassInstanceCreation\",\"text\":\"getClassInstanceCreation()\",\"type\":\"function\",\"start\":0,\"number\":0},{\"label\":\"getAddStaticImportProposals(IInvocationContext context, ASTNode node, Collection\\u003cChangeCorrectionProposal\\u003e proposals) : boolean\",\"text\":\"getAddStaticImportProposals()\",\"type\":\"function\",\"start\":0,\"number\":0},{\"label\":\"RefactorProcessor - org.eclipse.jdt.ls.core.internal.corrections\",\"text\":\"RefactorProcessor\",\"type\":\"class\",\"start\":0,\"number\":0}]},\"seq\":244,\"type\":\"response\"}\r\n\r\n```\r\n\r\n\r\n\r\n","author":{"url":"https://github.com/jdneo","@type":"Person","name":"jdneo"},"datePublished":"2020-09-09T06:37:32.000Z","interactionStatistic":{"@type":"InteractionCounter","interactionType":"https://schema.org/CommentAction","userInteractionCount":0},"url":"https://github.com/880/vscode-java-debug/issues/880"}
| route-pattern | /_view_fragments/issues/show/:user_id/:repository/:id/issue_layout(.:format) |
| route-controller | voltron_issues_fragments |
| route-action | issue_layout |
| fetch-nonce | v2:acbd684f-2ba4-5533-a0d9-50f65356b6ac |
| current-catalog-service-hash | 81bb79d38c15960b92d99bca9288a9108c7a47b18f2423d0f6438c5b7bcd2114 |
| request-id | C776:173810:BA5156:F584FE:6A5B063B |
| html-safe-nonce | a51746813af266aa81f71a970e65485018e035476f98b969c0a79915c1358f42 |
| visitor-payload | eyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiJDNzc2OjE3MzgxMDpCQTUxNTY6RjU4NEZFOjZBNUIwNjNCIiwidmlzaXRvcl9pZCI6IjgxOTU3ODMxNDcyMjI5MjY5MDgiLCJyZWdpb25fZWRnZSI6ImlhZCIsInJlZ2lvbl9yZW5kZXIiOiJpYWQifQ== |
| visitor-hmac | 68af70c1005587fe7229f91a9616a68e1aafae52bd198482b76892c44539b9d6 |
| hovercard-subject-tag | issue:696480153 |
| github-keyboard-shortcuts | repository,issues,copilot |
| google-site-verification | Apib7-x98H0j5cPqHWwSMm6dNU4GmODRoqxLiDzdx9I |
| octolytics-url | https://collector.github.com/github/collect |
| analytics-location | / |
| fb:app_id | 1401488693436528 |
| apple-itunes-app | app-id=1477376905, app-argument=https://github.com/_view_fragments/issues/show/microsoft/vscode-java-debug/880/issue_layout |
| twitter:image | https://opengraph.githubassets.com/7f0dec837e95875e3971d522e48902c2153ac9470da58bc8611b4c4b7fce1dd1/microsoft/vscode-java-debug/issues/880 |
| twitter:card | summary_large_image |
| og:image | https://opengraph.githubassets.com/7f0dec837e95875e3971d522e48902c2153ac9470da58bc8611b4c4b7fce1dd1/microsoft/vscode-java-debug/issues/880 |
| og:image:alt | Version: 1.48.2 (system setup) Commit: a0479759d6e9ea56afa657e454193f72aef85bd0 Date: 2020-08-25T10:13:11.295Z Electron: 7.3.2 Chrome: 78.0.3904.130 Node.js: 12.8.1 V8: 7.8.279.23-electron.0 OS: Wi... |
| og:image:width | 1200 |
| og:image:height | 600 |
| og:site_name | GitHub |
| og:type | object |
| og:author:username | jdneo |
| hostname | github.com |
| expected-hostname | github.com |
| None | 5290d7e14309ad1e76106a9c4237bd1041517e83ea182c8ab756752cb0c6940b |
| turbo-cache-control | no-preview |
| go-import | github.com/microsoft/vscode-java-debug git https://github.com/microsoft/vscode-java-debug.git |
| octolytics-dimension-user_id | 6154722 |
| octolytics-dimension-user_login | microsoft |
| octolytics-dimension-repository_id | 102584737 |
| octolytics-dimension-repository_nwo | microsoft/vscode-java-debug |
| octolytics-dimension-repository_public | true |
| octolytics-dimension-repository_is_fork | false |
| octolytics-dimension-repository_network_root_id | 102584737 |
| octolytics-dimension-repository_network_root_nwo | microsoft/vscode-java-debug |
| turbo-body-classes | logged-out env-production page-responsive |
| disable-turbo | false |
| browser-stats-url | https://api.github.com/_private/browser/stats |
| browser-errors-url | https://api.github.com/_private/browser/errors |
| release | 9c975978430e9ad293956f2bbdaf153b1bd84a99 |
| ui-target | full |
| theme-color | #1e2327 |
| color-scheme | light dark |
Links:
Viewport: width=device-width