https://github.com/twpayne/vscode-igc
IGC file support for Visual Studio Code.
https://github.com/twpayne/vscode-igc
igc vscode vscode-extension
Last synced: over 1 year ago
JSON representation
IGC file support for Visual Studio Code.
- Host: GitHub
- URL: https://github.com/twpayne/vscode-igc
- Owner: twpayne
- License: mit
- Created: 2024-05-23T21:11:42.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2024-12-07T10:28:32.000Z (over 1 year ago)
- Last Synced: 2025-03-15T02:47:16.844Z (over 1 year ago)
- Topics: igc, vscode, vscode-extension
- Language: CUE
- Homepage:
- Size: 1010 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# IGC file support for Visual Studio Code
This VS Code extension provides support for IGC files, as described in Appendix
A of the [Technical specification for IGC-approved GNSS flight
recorders](https://www.fai.org/page/igc-approved-flight-recorders).
Install it from the [Visual Studio Code
Marketplace](https://marketplace.visualstudio.com/items?itemName=twpayne.vscode-igc).
## Features
* Syntax highlighting for IGC files.
* Support for all record types.
* Visual distinction between adjacent positional fields.
* Highlighting of invalid records.
## Release Notes
### 0.0.7
* Highlight new N and M records.
### 0.0.6
* Highlight timestamps consistently in B, F, and K records.
### 0.0.5
* Improve highlighting of C records.
### 0.0.4
* Add highlighting of D records.
### 0.0.3
* Fix highlighting of milliminutes.
### 0.0.2
* Add highlighting of invalid records.
* Internal refactoring.
### 0.0.1
* Initial release.
## License
MIT