Visual studio code plugin - 2 issues

Hi all,

I use the free version, but it has 2 big disadvantages:

  1. when I type // TODO <- I would like that my TODOs can be seen in the scoll bar with a different collor, like ecplise shows them with a light blue

  2. on the left side of a method, I would like it to exist a small + button, and when you click it the code of the method minimizes and you only see the method signature

Is there any plugin I can use to improve on these 2 issues ?

1 Like

There are several plugins that help you manage TODO lists, just search for “TODO” in the marketplace.

Codefolding should work out of the box, though the foldmarks (indent based) are only visible when you hover them in the narrow area between linenumbers and code.

2 Likes

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.