Adding a script that prints all YCM TODOs
This commit is contained in:
parent
bdd769d043
commit
967a4dd519
8
print_todos.sh
Executable file
8
print_todos.sh
Executable file
@ -0,0 +1,8 @@
|
||||
#!/bin/bash
|
||||
ag \
|
||||
--ignore gmock \
|
||||
--ignore jedi/ \
|
||||
--ignore OmniSharpServer \
|
||||
--ignore testdata \
|
||||
TODO \
|
||||
cpp/ycm python autoload plugin
|
Loading…
Reference in New Issue
Block a user