# ini-for-vscode README

**VSCode extension for ini file.**

Provide outline view and section folding for INI file.
## Features

* Support outline view
* Support section folding
* Support folding between ';region' and ';endregion'

## Requirements
VSCode 1.25+(Using [built-in outline feature](https://code.visualstudio.com/updates/v1_25#_outline-view))

## Extension Settings

None.

## Known Issues

None.

## Release Notes

### [0.0.4]
- Improve section/key/region regex to match accurately.

### [0.0.3]
- Modify README.TXT.

### [0.0.2]
- Support Region Folding. (';region' as line start to start a region, and ';endregion' as line start to end a region.)

### [0.0.1]
- Initial release

-----------------------------------------------------------------------------------------------------------

**Enjoy!**
