SmartFP Configuration is a VS Code extension, created to simplify and accelerate the configuration of the SmartFP system. Currently hosts a handful of code-snippets, that help the users to write the code faster.
Document snippets
form - Generates a new Form
subform - Generates a new Subform
workflow - Generates a new WorkFlow
view - Generates a new DataView (View)
filter - Generates a new Filter
report - Generates a new Report
dashboard - Generates a new Dashboard
Dependency snippets
xsd - Inserts a XSD dependency
xsi - Inserts a XSI dependency
dsp - Inserts a DSP dependency
wffc - Inserts a WFFC dependency
fcs - Inserts a FCS dependency
Control snippets
checkbox - Generates a new CheckBoxControl
textbox - Generates a new TextBox
textbox-databind - Generates a new TextBox with dependecy DataBind
textarea - Generates a new TextAreaControl
richtextbox - Generates a new RichTextBoxControl
richtextbox-toolbar - Generates a new RichTextBoxControl with pre-defined ToolBarSet
radiobuttonlist - Generates a new RadioButtonListControl
autocomplete - Generates a new AutoComplete with DataBind
dropdown - Generates a new DropDownListControl
Column snippets
col - Generates a new, simple Column
col-id - Generates a new ID Column
col-badge - Generates a new coloured Badge Column
col-workflow - Generates a new WorkFlow Column
Parameter snippets
param-user - Inserts a User constant parameter
param-val - Generates a value parameter
param-var - Generates a variable parameter
Other snippets
form-group - Generates a Form-Group element (div) with control and label