Hi, again.
I've been using Pycharm Community and decided to use the Python plugin instead. Builtins are not working correctly with 3.4.
"len(x)" highlights the closing parenthesis and gives me a "Parameter 'p_object' unfilled".
"range(1, 100)" highlights the second integer with the error "Unexpected argument".
Setting up the project in Pycharm using the same interpreter works correctly. This occurs with projects first setup in Pycharm and projects setup only in IDEA.
Should a bug report be created? Or am I doing something wrong?
* I'm using Ubuntu 14.04.
Thanks.