Skip to content

It shouldn't have postfix completion for static import #3364

@yuyully

Description

@yuyully
Environment
  • Operating System: linux
  • JDK version: 17.0.7
  • Visual Studio Code version: 1.82.2
  • Java extension version: 1.24.0
Steps To Reproduce
  1. Create a new java file > Copy the following code to the file
  2. Type . following import static java.util.ArrayList;
import static java.lang.Math.*;
import static java.util.ArrayList;

/**
 * Hello
 */
public class Hello {

    public static void main(String[] args) {
        
    }
}
Current Result

image

image

Expected Result

It shouldn't have postfix completion for static import.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions