| Summary: | [lsp] Content assist won't work when trying to use Java's '.' trigger character | ||
|---|---|---|---|
| Product: | [ECD] Orion | Reporter: | Remy Suen <remy.suen> |
| Component: | Client | Assignee: | Remy Suen <remy.suen> |
| Status: | RESOLVED FIXED | QA Contact: | |
| Severity: | normal | ||
| Priority: | P3 | CC: | Olivier_Thomann |
| Version: | unspecified | ||
| Target Milestone: | 15.0 | ||
| Hardware: | All | ||
| OS: | All | ||
| Whiteboard: | |||
Fix pushed to the java-lsp branch. https://github.com/eclipse/orion.client/commit/7b70330e201f86ba33a586c4c6e9f7871a9e8308 |
1. Create a simple Java file. public class Bug { public void v() { } } 2. Open it. 3. Put your cursor in the empty line following the method declaration. 4. Invoke content assist. You should get proposals. 5. Enter in 'this.'. You will get no proposals. 6. Invoke content assist. You do get proposals now.