I have the latest Intellij Idea installed on my ubuntu 16.04 with the latest java(java9) from oracle.
I can create a new Javafx without no problem, but the issue is The idea won't recognize javafx .css file, I mean I can't use CTRL+SPACE to auto-complete feature ..
I googled all around the web, but I found nothing I hope you guys could help me.
I tried to change the java sdk from version8 to version9 but nothing. I set the java9 to the default JAVA_HOME path under ubuntu using the command
sudo apt-get install oracle-java8-set-default
but nothing.