CodeReviewer.vim VS vim-bookmarks

Compare CodeReviewer.vim vs vim-bookmarks and see what are their differences.

CodeReviewer.vim

Utility for code reviews (using quickfix) (by vim-scripts)
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
CodeReviewer.vim vim-bookmarks
3 9
12 932
- -
0.0 0.0
over 13 years ago 4 months ago
VimL Vim Script
- MIT License
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.

CodeReviewer.vim

Posts with mentions or reviews of CodeReviewer.vim. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-04-28.
  • Plugin for code annotation without modifying the codebase
    2 projects | /r/vim | 28 Apr 2023
    After posting this, I started looking into https://github.com/vim-scripts/CodeReviewer.vim. It's quite good and fulfils most of what I want. It's also really simple enough for me to modify if needed. This satisfies what I need, but please feel free to comment
  • Saving visited file locations to a temp list during a session and jump to them
    1 project | /r/vim | 20 Mar 2021
    This is the plugin which I had used earlier - https://github.com/vim-scripts/CodeReviewer.vim. I have modified it to be able to use different comment files and to jump to the file location for each comment (there are no tags like a quickfix). [This VS code extension](https://github.com/vsls-contrib/codetour) functionality is what I am eventually looking for. I still think a quickfix kind of interface would be the best.
  • CodeTour: Record guided “brown bag” intros for your codebases
    3 projects | news.ycombinator.com | 17 Mar 2021
    For vim I use the CodeReviewer plugin [1] to capture comments for files. I modified it to use differently named comment files and to jump to the file locations from the comment line. I am planning to include support for hierarchical comments or referring other comment files from within one. Also the problem of tracking code changes or referring to a certain git commit is still there - in clearcase it can be easily done with a reference to the branch, but not sure how to do it in git.

    [1] https://github.com/vim-scripts/CodeReviewer.vim

vim-bookmarks

Posts with mentions or reviews of vim-bookmarks. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-04-28.

What are some alternatives?

When comparing CodeReviewer.vim and vim-bookmarks you can also consider the following projects:

codetour - VS Code extension that allows you to record and play back guided tours of codebases, directly within the editor.

telescope-vim-bookmarks.nvim - Integrates vim-bookmarks into telescope.nvim

github1s - One second to read GitHub code with VS Code.

vim-signature - Plugin to toggle, display and navigate marks

neovim - Vim-fork focused on extensibility and usability

DocComments - GoogleDocs comments for Neovim

vim-ripple - Makes Vim into a "scratchpad" tool for Python, Ruby, Perl, and/or Lua