Navigate to Python module by name in Intellij keyboard shortcut -



Navigate to Python module by name in Intellij keyboard shortcut -

using control+n while coding java in intellij helps me navigate classes. there similar functionality in intellij navigating python modules. thanks

install python plugin

settings | plugins | browse repositories | "python".

add python sdk project

select project settings

select platform setting | sdks | add together new sdk | python sdk

select python interpreter

wait configuration complete

control+n should work expected in project

python intellij-idea keyboard-shortcuts python-module

Comments

Popular posts from this blog

php - Android app custom user registration and login with cookie using facebook sdk -

django - Access session in user model .save() -

php - .htaccess Multiple Rewrite Rules / Prioritizing -