Skip to content

raultapia/hide-comments

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hide Comments

Hide all comments in your code.

Installation

ppm install hide-comments

Keymap

Default keymap is: CTRL + ALT + H.

Settings

Remove empty lines when hiding comments.

Enabled by default. If enabled, this:

print("EXAMPLES") #this is a title
#This is
#a hello world
#example
print("Hello, World!")

becomes:

print("EXAMPLES")
print("Hello, World!")

instead of:

print("EXAMPLES")



print("Hello, World!")

About

Hide all comments in your code

Resources

License

Stars

Watchers

Forks

Packages

No packages published