How to set the Python 2 Preference in PyCharm? -


pycharm ide, code hinting not intelligent. example, when use write python2 code (the setting of interpreter path can tell pycharm this), type prin, want pycharm give me hint of print, however, first prompt print(), python3 style of function print. there setting in pycharm can tell not give me python3 prompt when writing python2 code (and not give me python2 prompt when writing python3 code)?

my pycharm version 2.7.1

perhaps, should select python 2.x interpreter project (file - settings - project interpreter).


Comments

Popular posts from this blog

ios - iPhone/iPad different view orientations in different views , and apple approval process -

java Extracting Zip file -

C# WinForm - loading screen -