We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 49da9c6 commit 497517aCopy full SHA for 497517a
snippets/namespacesupport.json
@@ -3,8 +3,8 @@
3
"scope": "javascript,typescript,st",
4
"prefix": ["namespace, Siemens"],
5
"body": [
6
- "NAMESPACE ${1:Simatic.Ax}",
7
- "\t$2",
+ "NAMESPACE Simatic.Ax.${1:<YourNamespace>}",
+ "\t${TM_SELECTED_TEXT}",
8
"END_NAMESPACE$0"
9
],
10
"description": "Creates an namespace template"
0 commit comments