You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
VSCode G-Code Syntax is the premier extension for editing G-Code inside of VSCode. Going past the simple syntax highlighting, this extension aims to turn your editor into a full blown g-code management suite. Building on the features of VSCode like Intellisense, snippets, debugging and more, we are able to offer nearly all of the features you would see in very expensive proprietary editors.
15
+
16
+
Additionally, by editing your G-Code inside of VSCode, you can take advantage of source control using Git to manage your g-code file versions.
>VSCode or [Visual Studio Code](https://code.visualstudio.com) is a FREE (as in beer), open source application for editing code of all kinds of programming languages. To make it even better, there is a great [marketplace](https://marketplace.visualstudio.com/VSCode) where you can download and add **extensions** to the application to support other languages, add features and more.
21
+
22
+
## Support VSCode-G-Code-Syntax
23
+
24
+
G-Code Syntax is generously offered to everyone free of charge, if you find it useful, please consider **supporting** the project by becoming a sponsor, sharing it, and letting your friends know!
25
+
26
+
Also, please [write a review](https://marketplace.visualstudio.com/items?itemName=appliedengdesign.vscode-gcode-syntax&ssr=false#review-details), [star me on GitHub](https://github.com/appliedengdesign/vscode-gcode-syntax'Star me on GitHub'), and follow me on [Twitter](https://twitter.com/appliedengdes) or [Instagram](https://instagram.com/appliedengdes).
27
+
28
+
You can also subscribe to our videos over on [YouTube](https://youtube.com/c/AppliedEngDesignUSA).
29
+
14
30
## Features
15
31
16
32
This extension adds language syntax for CNC G-Code, code snippets, and colorization.
17
33
18
-
There is also a tree-view of the G-Code, which parses the commands and gives you an overview of the program.
34
+
- Tree View
35
+
- Tree View shows an overview of the operations in the G-Code Program
36
+
- Stats View
37
+
- Stats View shows a number of stats like tool changes, runtime, etc.
38
+
- Status Bar messages about code status.
19
39
20
-
### Current Supported Extensions
40
+
### Current Supported File Extensions
21
41
22
42
- .m
23
43
- .apt
@@ -53,6 +73,8 @@ There is also a tree-view of the G-Code, which parses the commands and gives you
53
73
- .prg
54
74
- .001
55
75
76
+
If you would like another file extension supported by this extension, please [open an issue](https://github.com/appliedemgdesign/issues).
77
+
56
78
## Installation
57
79
58
80
Install from Extensions Marketplace or manually install the `vsix` file.
@@ -63,12 +85,24 @@ Install & activate extension. Extension activates when you open a file marked fo
63
85
64
86
Tree view is enabled by default and can be access from the G icon on the activity bar.
65
87
66
-
## Configuration
88
+
## G-Code Syntax Settings
89
+
90
+
G-Code Syntax is customizable and provides many configuration settings to allow the personalization of almost all features.
0 commit comments