An open API service indexing awesome lists of open source software.

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.

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