Friday, January 10, 2014

Re: plugin for taking notes with code?

On Thursday, January 9, 2014 8:16:03 PM UTC+1, uukkhh wrote:
> 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.

Hi,

The editqf addon (http://www.vim.org/scripts/script.php?script_id=3557) might provide the functionality you are looking for. You can add notes in arbitrary files using \n (bound to line number) or \N (bound to line pattern). The notes are stored in quickfix and are easily accessible and browsable using the vim's default functionality.

You can also save the quickfix list on disk for later use and the addon also allows you to edit entries in the quickfix list.

Jan Christoph

--
--
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 vim_use+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

No comments: