On Fri, Jan 10, 2014 at 12:46 AM, uukkhh <[email protected]> wrote: > Hi all, > > I have been using vim for a while and like it very much. (But still entry > level :-) Now I need to read source code of a big project, and when browsing, > have to take some notes from time to time to understand it faster. > > I am thinking if there exists a plugin for taking notes on particular > line/variable/function in the code, so that next time when the cursor is on > it, the associated notes could show up in a separate window. And that note > does not modify the original source code file. I searched plugins and found > some great tools, such as notes.vim, however, it seems not serving the exact > purpose needed. I appreciate if anyone would let me know anything similar to > what I want.
You might want to take a look at code reviewer plugin: http://www.vim.org/scripts/script.php?script_id=1041 It can be modified to show the comment associated with the current line.. - Karthick -- -- You received this message from the "vim_use" maillist. Do not top-post! Type your reply below the text you are replying to. For more information, visit http://www.vim.org/maillist.php --- You received this message because you are subscribed to the Google Groups "vim_use" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
