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
- Create a new java file > Copy the following code to the file
- 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


Expected Result
It shouldn't have postfix completion for static import.