문제

How to get a python help in vim? just like vim to type :h to get it. I'm just a newer in python, but I need Python's manual page just easy as vim.

도움이 되었습니까?

해결책

If you're coding Python in vim, the python-mode plugin may prove useful: https://github.com/klen/python-mode#show-documentation

For example, if you move with your cursor over some python function/module etc. and press K in normal mode, its documentation will be displayed in a new buffer.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top