https://github.com/sczerwinski/valve-data-format-intellij-plugin
Valve Data File IntelliJ Plugin
https://github.com/sczerwinski/valve-data-format-intellij-plugin
intellij intellij-plugin plugin valve-data-file valve-data-format vdf
Last synced: 2 months ago
JSON representation
Valve Data File IntelliJ Plugin
- Host: GitHub
- URL: https://github.com/sczerwinski/valve-data-format-intellij-plugin
- Owner: sczerwinski
- License: apache-2.0
- Created: 2023-09-01T19:54:54.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-03-12T20:20:48.000Z (2 months ago)
- Last Synced: 2025-03-12T21:26:16.302Z (2 months ago)
- Topics: intellij, intellij-plugin, plugin, valve-data-file, valve-data-format, vdf
- Language: Kotlin
- Homepage: https://plugins.jetbrains.com/plugin/22668-valve-data-format
- Size: 519 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: .github/CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
#  Valve Data Format IntelliJ Plugin
![Build][build_badge]
[![Version][jb_version_badge]][jb_plugin_page]
[![Downloads][jb_download_badge]][jb_plugin_page]
[![Rating][jb_rating_badge]][jb_plugin_page]
![GitHub][licence_badge]Adds support for Valve Data Format (VDF) files, used in development for Steam.
Key features:
- syntax highlighting;
- formatting, folding, commenting;
- structure view;
- navigation between a key and a value starting with `#`.A good example of a VDF file is [In-Game Actions File].
To learn more, read [Plugin Documentation].
[build_badge]: https://github.com/sczerwinski/valve-data-format-intellij-plugin/workflows/Build/badge.svg
[jb_version_badge]: https://img.shields.io/jetbrains/plugin/v/22668-valve-data-format
[jb_download_badge]: https://img.shields.io/jetbrains/plugin/d/22668-valve-data-format
[jb_rating_badge]: https://img.shields.io/jetbrains/plugin/r/rating/22668-valve-data-format
[licence_badge]: https://img.shields.io/github/license/sczerwinski/valve-data-format-intellij-plugin
[jb_plugin_page]: https://plugins.jetbrains.com/plugin/22668-valve-data-format[In-Game Actions File]: https://partner.steamgames.com/doc/features/steam_controller/iga_file
[Plugin Documentation]: https://plugins.jetbrains.com/plugin/22668-valve-data-format/documentation