Enable code completion problems within Intellij / Java.
List<String> newList = new ArrayList<>();
If writing: newList.
the code completion that popups are only cast, field and so on...
Is it even possible to get the "class" methods like in other editors such as Eclipse, Android Studio and so on...