alamarche / reqspec

VSCode language server for ReqSpec DSL
GNU General Public License v3.0
1 stars 0 forks source link

Add configuration options such that the user can add their own snippets #15

Open alamarche opened 10 months ago

alamarche commented 10 months ago

Config Option 1: Enabling the user to add their own snippets via their extension config will allow them to develop more specialized snippets tailored to their use-case, or comply with certain INCOSE requirement patterns. This requires the user to supply a snippet template as well as the scopes/contexts in which the snippet should appear.

Config Option 2: Enabling the user to configure their own enumerations for items like criticality (or safety integrity levels, etc.) will enable the tooling to be more flexible, at the expense of format commonality. The grammar becomes becomes less constraining, burden of enforcing good content shifts to document validators.