magit-todos icon indicating copy to clipboard operation
magit-todos copied to clipboard

Show source files' TODOs (and FIXMEs, etc) in Magit status buffer

Results 47 magit-todos issues
Sort by recently updated
recently updated
newest added

@smurphy8 [makes a good point](https://github.com/alphapapa/magit-todos/pull/60#issuecomment-720876273): > I do think some sort of reference of what things should look like when working would be nice But I think the screenshot should...

docs

Java based languages have directory structures with many subfolders. Because of that paths may be very long and TODO notes may be truncated. It would be great if there was...

enhancement
help wanted

I often need to switch between desktop sessions to work on different projects on daily basis. hl-todo adds noticeable delays to `desktop-read` when restoring sessions, in particular large ones with,...

enhancement
help wanted

With the following minimal setup: ``` (use-package magit-todos :load-path "~/CodeWorks/emacs/magit-todos" :commands (magit-todos-mode) :hook (magit-mode . magit-todos-mode) :config (setq magit-todos-recursive t magit-todos-depth 100) :custom (magit-todos-keywords (list "TODO" "FIXME"))) ``` Trying to...

WAITING
upstream

As per discussion at the end of issue [#11](https://github.com/alphapapa/magit-todos/issues/11#issuecomment-401583376). Some ideas of what a popup would be good for: - call `magit-todos-update` (i.e. an action) - toggle the grouping and...

enhancement
help wanted

otherwise, it will always ask whether to apply this local variable

enhancement

In Emacs 25.2.2, I got this error. Should use `-when-let*` or drop 25.x. ``` Symbol's function definition is void: when-let* ```

bug

hl-note considers XXX+ as regexp, so it highlights words **XXX**, **XXXX**, **XXXXX** ans so on. magit-todos considers hl-note's keywords as plain words, so it doesn't show words **XXX**, **XXXX** and...

bug

#### Configuration ```emacs-lisp (require 'magit-todos) (magit-todos-mode) ``` #### Symptom No TODOs section shown on magit status. #### Debug trials Check mode, `magit-todos-mode` enabled. No errors on `*Backtrace*/*Compile-Log*/*Messages*`, but a special...

help wanted

More often than not I use .org files to keep the track of code issues, misc notes, drafts, or mid/long-term client requests progress which I don't want to be under...

docs