Skip to content

Latest commit

 

History

History
99 lines (69 loc) · 3.03 KB

README.md

File metadata and controls

99 lines (69 loc) · 3.03 KB

PRO/Editor - Visual Studio Code Extension

Description

This project provides language visualization formatting support for Creo Parametric configuration and algorithm syntax to help when writing content.

Software Version Compatibility

The language visualization formatters support Creo Parametric up to v8.0.3.0

Deployment

  1. Clone the repository using the git command below.

    • Using HTTPS
      git clone https://github.com/amorenojr/pro-editor.git
      
    • Using SSH
      [email protected]:amorenojr/pro-editor.git
      
  2. Move the cloned repository folder pro-editor.vscode-language-8.0.3 to the following location

    • Windows:
      %USERPROFILE%\.vscode\extensions
      
    • Linux:
      ~/.vscode/extensions
      
    • Mac OS X:
      %USERPROFILE%.vscodeextensions
      
  3. Restart Visual Studio Code

  4. Browse the extensions and search for the PRO/Editor.

Usage

pro-editor (In Testing)

Provides syntax highlighting for configuration files, config.(pro|sup), used by Creo Parametric.

pro-relations (In Testing)

Provides syntax highlighting for PRO/Relations used in Creo Parametric.

pro-psf (In Development)

Provides syntax highlighting for PTC Startup File (PSF) used by Creo Parametric.

pro-hole-chart (In Development)

Provides syntax highlighting for hole chart files used by Creo Parametric.

Roadmap

  • pro-program (Not Started)
    • Language visualization (grammar) and code snippets for PRO/Program syntax.
  • pro-modelcheck (Not Started)
    • Language visualization (grammar) and code snippets for MODELCheck syntax.
  • pro-details (Not Started)
    • Language visualization (grammar) and code snippets for Detail Defaults syntax and options.
  • pro-table (Not Started)
    • Language visualization (grammar) and code snippets for PRO/Table syntax.

Future development as needed.

Support

Author(s)

Aniceto Moreno Jr, github.com/amorenojr

Contributors

None.

License

MIT License

Project Status

In Development
In Testing