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
Post a Comment