Skip to content

A simple Visual Studio Code extension enabling customized code folding with comments to make it easier to read codes

License

Notifications You must be signed in to change notification settings

se-dev-pion/code-block-folder

Repository files navigation

code-block-folder

Introduction

A simple Visual Studio Code extension enabling customized code folding with comments to make it easier to read codes.

If this is helpful to you, please give it a ⭐ on GitHub and share it with your friends! Feedback or suggestions will be discussed and handled in Issues.

Supported Languages

  • c
  • c++
  • c#
  • java
  • kotlin
  • dart
  • swift
  • javascript
  • typescript
  • go
  • python
  • ruby
  • shell
  • php
  • perl
  • rust
  • lua
  • sql

Examples

  1. Change a current code block to foldable one.add_folding.gif

  2. Write a code segment inside a foldable code block.write_block.gif