daviduuang / ini-for-vscode

Provide outline view and section folding for INI file.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ini-for-vscode

License Version Installs Ratings

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)

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!

About

Provide outline view and section folding for INI file.

License:GNU General Public License v3.0


Languages

Language:JavaScript 100.0%