PDDStudio / vscode-steam-vgui

Steam's VGUI Language Support & Code Snippets for Visual Studio Code

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Steam VGUI Syntax & Code Snippets

Syntax Highlighting & Code Snippets for Steam's VGUI DSL.

Build Status

Introduction

This extension is a port of the language-steam-vgui extension for Atom with some adjustments.

Ingormation About VGUI Editing

The following excerpt is taken from Valve's Developer Documentation:

Note:
The information below is extracted from the Valve internal document on how to edit, so it may in some cases be wrong or reference tools that don't exist.

To make a skin for Steam (post 2010 UI update), you need to take a copy of resource/styles/steam.styles file and copy it to skins//resource/styles/steam.styes. The existence of that file will make Steam put that skin as an option in the settings->interface dialog (Steam will need to be restarted for it to show). From there you can start editing. You can put new files or existing steam files you want to replace under your skins folder. Good luck!

Features

  • Syntax Highlighting for .layout, .res files
  • (Coming soon) Code Snippets for creating new GUI controls

Known Issues

None yet. You can checkout the issue section of this repository. Please report any bug or

Special Thanks

The extension icon uses resources from mbtskoudsalg.

Release Notes

Users appreciate release notes as you update your extension.

0.0.1

Initial release of vscode-steam-vgui

About

Steam's VGUI Language Support & Code Snippets for Visual Studio Code

License:MIT License