Programmatically get a projects 'Language Level' setting.
Hi,
I was wondering if the Open API provided a way to access the 'Language Level' property of a module. It is set through the UI on the 'Project | Paths' panel, in the combo box at the base of the panel.
Any ideas?
Regards,
-Daniel
Please sign in to leave a comment.
Daniel wrote:
PsiManager.getEffectiveLanguageLevel()
--
Maxim Shafirov
IntelliJ Labs / JetBrains Inc.
http://www.intellij.com
"Develop with pleasure!"
I think its time i had a closer look at the Psi API. Thanks maxim.
Regards,
-Daniel