All Projects → mxdi9i7 → Auto-Collapse-Closing-Blocks

mxdi9i7 / Auto-Collapse-Closing-Blocks

Licence: other
Default close blocks. Allows developers to leave an inline comment in a source file (html, ts, js, scss, xml, etc) that will automatically collapse the block starting on the next line whenever they open a file.

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Auto-Collapse-Closing-Blocks

react-super-treeview
👏 Finally, a React Treeview component which is customizable on every level
Stars: ✭ 98 (+444.44%)
Mutual labels:  collapse
Grouprecyclerviewadapter
可增删改查、可动画展开收起、可吸附悬浮动态可配置的分组列表
Stars: ✭ 41 (+127.78%)
Mutual labels:  collapse
Stata Gtools
Faster implementation of Stata's collapse, reshape, xtile, egen, isid, and more using C plugins
Stars: ✭ 108 (+500%)
Mutual labels:  collapse
Doublelift
🦋 Expands and collapses a layout horizontally and vertically sequentially.
Stars: ✭ 343 (+1805.56%)
Mutual labels:  collapse
Css Components
☕️ A set of common UI Components using the power of CSS and without Javascript.
Stars: ✭ 592 (+3188.89%)
Mutual labels:  collapse
Nly Adminlte Vue
vuejs2 AdminLte3 template more than 50 components and 10 directives.such as collapse ,sidebar,container,infobox,breadcrumb,card,grid,dropdown,toast,navbar,timeline,icon,progress
Stars: ✭ 44 (+144.44%)
Mutual labels:  collapse
vue-collapse-transition
Custom Vue transition to collapse elements horizontally or vertically. Works with both fixed and 'auto' width or height.
Stars: ✭ 72 (+300%)
Mutual labels:  collapse
Vue Ui For Pc
基于Vue2.x的一套PC端UI组件,包括了Carousel 跑马灯、Cascader 级联、Checkbox 多选框、Collapse 折叠面板、DatePicker 日期选择、Dialog 对话框、Form 表单、Input 输入框、InputNumber 数字输入框、Layer 弹窗层、Loading 加载、Menu 菜单、Page 分页、Progress 进度条、Radio 单选框、SelectDropDown 仿select、Switch 开关、Table 表格、Tabs 标签页、Textarea 文本框、Tooltip 文字提示、BackTop 返回顶部、steps 步骤条、Transfer 穿梭框、Tree 树形、Upload 文件上传、Lazy 图片懒加载、Loading 加载、Pagination 分页等等
Stars: ✭ 156 (+766.67%)
Mutual labels:  collapse
React Accessible Accordion
Accessible Accordion component for React
Stars: ✭ 610 (+3288.89%)
Mutual labels:  collapse
Fole
Fole is a simple library to collapse and expand a TextView.
Stars: ✭ 67 (+272.22%)
Mutual labels:  collapse
Expytableview
Make your table view expandable just by implementing one method.
Stars: ✭ 348 (+1833.33%)
Mutual labels:  collapse
Expandablelayout
🦚 An expandable layout that shows a two-level layout with an indicator.
Stars: ✭ 448 (+2388.89%)
Mutual labels:  collapse
Fun
A library for android to animate expanding and collapsing views.
Stars: ✭ 48 (+166.67%)
Mutual labels:  collapse
tiny-wheels
一套基于原生JavaScript开发的组件库,无依赖、体积小、简单易用
Stars: ✭ 60 (+233.33%)
Mutual labels:  collapse
Collapsibletextview
show or hide part of text only in a TextView
Stars: ✭ 135 (+650%)
Mutual labels:  collapse
Compact-Unity-Events
UnityEvents drawer with collapsing, reordering and compact UX
Stars: ✭ 41 (+127.78%)
Mutual labels:  collapse
Ng Bootstrap
Angular powered Bootstrap
Stars: ✭ 7,872 (+43633.33%)
Mutual labels:  collapse
TreeView
"TreeView - sub-cells simplified" (c). Enable subcells in UITableView with a single drop-in extension. CocoaPod:
Stars: ✭ 54 (+200%)
Mutual labels:  collapse
Houdini
A simple, accessible show-and-hide/accordion script.
Stars: ✭ 148 (+722.22%)
Mutual labels:  collapse
Ios Swift Collapsible Table Section
📱 A simple iOS Swift project demonstrates how to implement collapsible table section.
Stars: ✭ 1,134 (+6200%)
Mutual labels:  collapse

Auto Collapse Blocks - VS Code Extension

VS code extension install page This is the README for extension "auto-collapse-blocks" in VS Code. This extension allows you to add @collapse annotation to the top of your code file and auto-magically collapse all code blocks within that file.

Features

Image of demo in JS

Tip: Only the language file listed below will work with this extension, for more language support, please submit an issue and we will add them shortly!

  • .js
  • .ts
  • .css
  • .scss
  • .md

Extension Settings

This extension will listen on file open/changed/focus to enforce auto collapsing.

Release Notes

1.0.0

Initial release, with basic language supports for

  • .js

  • .ts

  • .css

  • .scss

  • .md

  • README updates

  • Added more demo assets


For more information

  • If you found an issue with this extension, please submit an issue within this repo to bring it to our attention
  • For more language support, please submit an issue and we will add them shortly!

Enjoy!

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].