AC3D Syntax and Snippets for Visual Studio CodeBasic LSP, syntax highlighting and snippets for AC3D files. Supports AC3Db and AC3Dc file formats. AC3D is mostly used for making 3d models of aircrafts and buildings for X-Plane and FlightGear flight simulators. The AC3D file format is ascii text and is very simple to parse. It's also very easy to generate AC3D files from your own data. This extension highlights the structure of AC3D files. AC3D filenames usually have a '.ac' suffix. FeaturesHover Information: Hover over elements to instantly view detailed information. Color Picker: Quickly customize material colors using an intuitive color selection tool. Link Provider: Easily locate and open texture files referenced in the 3D model by holding CTRL and clicking the link. Folding Provider: Organize your workspace efficiently by folding and unfolding element groups. The AC3D file format:
More info:For extension developersTo build the extension, first run Then run |