Hello fellow Gophers,
Remember having something similar in LiteIDE
, but sadly could not find anything similar for Visual Studio Code
, so I wrote this little linter that goes trough source code looking for TODO
/FIX
comments then displays them in Problems
tab.
Usage is through gometalinter
, which a bit cumbersome, but easy to do using User Settings
in VSC. Maybe if there's enough interest, it can be added as builtin for gometalinter
.
Feedback is welcomed.
PS: Highlighting in screenshot is through a TODO Highlight
extension
评论:
lhxtx:
ChristophBerger:You know emacs has this built in. And even adds a
NOTE
highlight. ;)
Everyone has their favourite editor.
