epics-extensions / vscode-epics

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

add snippet for drvAsynIPPortConfigure and other asyn methods #66

Open vnadot opened 6 months ago

vnadot commented 6 months ago

I like to have a comment juste above to explain the different args of the function.

# drvAsynIPPortConfigure("portName","hostInfo",priority,noAutoConnect, noProcessEos)
drvAsynIPPortConfigure(...) # with placeholders

Other asyn function (here) could be added at the same time.