pydoc.vim VS pydoc.vim

Compare pydoc.vim vs pydoc.vim and see what are their differences.

pydoc.vim

pydoc integration for the best text editor on earth (by somini)

pydoc.vim

pydoc integration for the best text editor on earth (by fs111)
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
pydoc.vim pydoc.vim
3 1
4 144
- -
0.0 10.0
over 3 years ago over 3 years ago
Vim Script Vim Script
- -
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

pydoc.vim

Posts with mentions or reviews of pydoc.vim. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-07-19.
  • How to go to Python documentation in Vim without plugins?
    3 projects | /r/vim | 19 Jul 2022
    And the big advantage of using something like pydoc.vim (at least in somini’s fork) is that it will detect the right python version and try to use your imports to look up the correct pydoc page.
  • VIM: Powerful “Shift + K”
    4 projects | /r/vim | 14 Nov 2021
    K is nice, but usually plugins that remap it are better than setting keywordprg. For example, somini/pydoc.vim opens the help in a vim buffer* so you can read the help while you edit your code. Same for the built-in man plugin (mirror).

pydoc.vim

Posts with mentions or reviews of pydoc.vim. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-07-19.
  • How to go to Python documentation in Vim without plugins?
    3 projects | /r/vim | 19 Jul 2022
    To be able to use ctags you have to run ctags in the source directory to generate the index files. But a better way is to just modify the keywordprg when in a Python buffer or even better use a plugin like pydoc.vim or jedi-vim

What are some alternatives?

When comparing pydoc.vim and pydoc.vim you can also consider the following projects:

vim-man - Display man pages in vim

Jedi-vim - Using the jedi autocompletion library for VIM.

vim-devdocs - Look up keyword on https://devdocs.io from Vim