Intel Hex for Visual Studio Codehex-fmt is a Visual Studio Code extension that adds basic support for the intel hex file format. FeaturesColor syntaxColor syntax allowes to visualize quickly:
Status bar indicatorsAdds some information on the status bar:
File ReparationBroken hex files can be repaired either automatically on save or by explecitly calling a command. The reperation process is done record by record and is based on each record header (from startcode to record type). This means that at least the header must be correct to repair a record. Then the data will be fitted to the byte count and the checksum will be updated. Commandshex-fmt comes with some commands :
Extension SettingsThis extension contributes the following settings:
LicenseThis project is licensed under the terms of the MIT license. See LICENSE.md. Release NotesSee CHANGELOG.md. |