LanceLanguage appliance for numerical control code of the Sinumerik One CNC control from Siemens. DescriptionLance is an extension that provides common language features for the g-code based NC language from Siemens. The grammar for these features is an own interpretation of the manuals available from Siemens for the control system SINUMERIK ONE of the CNC software version 6.20 released in July 2022. The manuals used for the grammar are primarily the "Basic functions" and "NC programming" manuals and secondarily the "Axes and spindles", "Monitoring and compensating", " Synchronized actions", "Technologies", "Tool management", "Tools" and "Transformations" manuals. This extension is in no way associated with Siemens, nor does Siemens endorse it. FeaturesSemantic syntax highlighting with theme support. Hover over symbols to see the definition of them. This works for procedures, macros, variables, parameters, labels and block numbers. If you hover over functions or keywords of the language you see a short description. Depending on your hotkey configuration you can ctrl + click on a symbol to jump to its definition. This works for procedures, macros, variables, parameters, labels and block numbers. After the workspace you have opened is completely parsed, you will get some diagnostic information about the documents you have opened. The erroneous parts are underlined in different colors depending on the severity of the problem. Getting startedMake sure you have a .NET runtime with version 6.0 or newer. if not, you can get it from the official microsoft download page. Extension SettingsTo change the colors of the syntax highlighting you can change the theme or configure some color customizations. There are settings to set the file extensions of the different file types of the language. Per default .def, .mpf and .spf files are configured. These files are loaded on startup to provide the respective insights. There are also some settings for a customizable preprocessor. It can be used to replace project specific placeholders before the file is parsed. Known Issues
If you have any problems, see if there is a related issue or write me one on github. If you write me a ticket, it helps me a lot if you add the contents of the Lance output console to it. You can find that under "View" -> "Output" and then select "Lance" in the dropdown in the bottom right. |