0

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...

Mikael
  • 633
  • 2
  • 8
  • 15
  • 1
    can you show use more code? – Philipp Sander Nov 26 '15 at 11:42
  • 1
    Why don't you contact their support? – Sleiman Jneidi Nov 26 '15 at 11:44
  • I checked here first because this is often better than their direct support. Updated the question. – Mikael Nov 26 '15 at 11:44
  • You may also always be able to answer like you did "Why dont you contact their support?" for many many questions in here. – Mikael Nov 26 '15 at 11:45
  • 1
    @Mikael your question isn't about programming problem, its about feature you would like to have in a commercial software – Sleiman Jneidi Nov 26 '15 at 11:55
  • Sure true, but is it possbile to have an answer here maybe anyway ? – Mikael Nov 26 '15 at 11:59
  • You can ask it to stackoverflow, but it may be worth including the IDE tag to avoid confusion. I've tried to recreate your problem - I see a full list of class methods. What is it you see exactly? – SlopeOak Nov 26 '15 at 12:21
  • what you want is not code completion, it's for the IDE to correct your spelling errors for you. But what if they're not and you deliberately use a different spelling, you'd come back and complain about your deliberately missspelled word being corrected... – jwenting Nov 26 '15 at 12:43
  • Sorry fixed misspelling that was NOT the case here. Seems like the invoke and indexing not working correctly. – Mikael Nov 26 '15 at 13:07
  • Do you maybe have your own class named `List` somewhere, which is being picked up instead of the standard `java.util.List`? – Jesper Nov 26 '15 at 13:21
  • -> Jesper, no i also tried with String s = new String(); s. but nothing here either still maybe missing something else such as indexing somehow? – Mikael Nov 26 '15 at 13:29

1 Answers1

0

enter image description here

Check the following settings screenshot above.