epics-extensions / vscode-epics

VS Code colorization for EPICS database, templates and substitution files
MIT License
14 stars 6 forks source link

Support record info() #65

Open vnadot opened 10 months ago

vnadot commented 10 months ago
  1. syntax highlighting : image
  2. create snippets for:
    1. info({}, "{}")
    2. info(autosaveFields, "{VAL}") (VAL is the default value but can be overwritten with tab)

others use of info() I found:

info(asyn:READBACK,"1")
info(autosaveFields_pass0, "INP")
info(autosaveFields_pass1, "VAL")
info(autosaveFields_pass0, "VAL HOPR LOPR DRVH DRVL")

doc