Where is Python Integrated Tools in PyCharm 2017.2.3

Completed

Hello, everyone!

Yesterday I installed the latest version of IDE and noticed that Python Integrated Tools disappeared. Documentation says:

Important! This page only appears when Python Plugin is installed and enabled!

And the reasonable question is what plugin should I install? (Suspect that I can't find nothing using search in Preferences > Plugins because there's no plugin compatible with this version on PyCharm)

0
2 comments

Oops... I've found the page.

a = preferences.browse_for('Python Integrat...')
if not a:
panic_mode.on()

b = preferences.use_builtin_search('Python Integrat...')
if b:
panic_mode.off() # A-ha!
0
Avatar
Permanently deleted user

Could you share how you resolved it? xD 

0

Please sign in to leave a comment.