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 -

ruby on rails - Devise Logout Error in RoR -

c# - Create a Notification Object (Email or Page) At Run Time -- Dependency Injection or Factory -