Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.

Bug 518438

Summary: [lsp] Content assist won't work when trying to use Java's '.' trigger character
Product: [ECD] Orion Reporter: Remy Suen <remy.suen>
Component: ClientAssignee: 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:

Description Remy Suen CLA 2017-06-19 04:46:54 EDT
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.
Comment 1 Remy Suen CLA 2017-06-19 04:52:54 EDT
Fix pushed to the java-lsp branch.

https://github.com/eclipse/orion.client/commit/7b70330e201f86ba33a586c4c6e9f7871a9e8308