Skip to content

VS Code colorization for EPICS database, templates and substitution files

License

Notifications You must be signed in to change notification settings

TimGuiteDiamond/vscode-epics

 
 

Repository files navigation

vscode-epics, EYE (Enlight Your Epics)

This VS Code extension provides syntax highlighting for EPICS database, template, substitutions and startup files, and streamdevice prototype files.

Features

  • Syntax highlighting for:
    • database and template files (.db, .dbd and .template)
    • substitutions files (.substitutions, .sub, and .subs)
    • startup files (.cmd)
    • streamdevice prototype files (.proto)
    • SNL files (.st extensions are considered as .c extension and some keywords are highlighted)

Syntax highlighting

  • Snippets for:
    • database and template files (.db and .template)
    • substitutions files (.substitutions, .sub, and .subs)
    • startup files (.cmd)
    • C source code
    • streamdevice prototype files (.proto)
    • SNL files (over charge of your .c extension)
    • we-test (scenario and suite)
Tips: to see all the available snippets per file type, write "epics." and a list will show up (file has to have a known extension).
  • Compilation facilities

  • Linter for:

    • database and template files
    • substitutions files
    • startup files
    • streamdevice prototype files
    • SNL files

Requirements

VS Code 1.5 or newer version.

Extension Settings

None yet!

Known Issues

Every field types are not recognized yet, only the more commons.

Credits

Snippets are mainly coming from language-epics Atom plugin, agaget and vnadot.

to do

About

VS Code colorization for EPICS database, templates and substitution files

Resources

License

Stars

Watchers

Forks

Packages

No packages published