Let's say we have a code like this:
//description 1 code block 1 { .. .. } //description 2 code block 2 { .. .. }
In sublime text, how to show only comments and hide all code?
In code similar to the one you used as an example, you can simply βAdd allβ the code.
Place the cursor outside any function: Ctrl + K + Ctrl + 1
then you will see only comments and function / structure icons (hide the body).
Source: https://habr.com/ru/post/951861/More articles:Proper use of fields encapsulated in properties inside a class - c #Should I refer to a Member property or variable inside the class? - c #Getting Android user's location - androidAndroid location does not return location from user class - javaError: Invalid value for attribute width = "NaN" - d3.jsstd :: pair alignment control - c ++CSS animation delay not working - cssAndroid push notifications using Google App Engine - androidasync: false parameter doesn't work in $ .ajax (), does it depreciate in jQuery 1.8+ for all use cases? - jqueryGoogle App Engine and Android (OAuth, C2DM or cloud messaging) - javaAll Articles