A custom editor extension for Visual Studio Code which provides a hex editor for viewing and manipulating files in their raw hexadecimal representation.
Visual Studio Code Editor Download
Features
- Opening files as hex
- A data inspector for viewing the hex values as various different data types
- Editing with undo, redo, copy, and paste support
- Find and replace
How to Use
Visual Studio Code Editor Download For Windows 10
There are three ways to open a file in the hex editor:
- Right click a file -> Open With -> Hex Editor
- Trigger the command palette (F1) -> Open File using Hex Editor
- Trigger the command palette (F1) -> Reopen With -> Hex Editor
Visual Studio Code Editor
The hex editor can be set as the default editor for certain file types by using the workbench.editorAssociations
setting. For example, this would associate all files with extensions .hex
and .ini
to use the hex editor by default:
Visual Studio dev tools & services make app development easy for any platform & language. Try our Mac & Windows code editor, IDE, or Azure DevOps for free. The Visual Studio editor makes it easy to inspect the definition of a type, method, etc. One way is to navigate to the file that contains the definition, for example by choosing Go to Definition anywhere the symbol is referenced. Browse Notion pages directly in Visual Studio Code. Disclaimer: This is an unofficial extension made using an unofficial renderer with the data from an unofficial API. Here is a list of features that the extension currently supports. View Notion pages while you're coding Supports both private + public pages.
Configuring the Data Inspector
By default the data inspector has a dedicated activity bar entry on the left that appears when the hex editor is opened, causing the explorer or whatever side bar you had opened to be hidden. If preferred, the hex editor view can be dragged into another view if preferred by dragging the ⬡ icon onto one of the other views.
Visual Studio Code Online Editor
This can be used in combination with the hexeditor.dataInspector.autoReveal
setting to avoid revealing the side bar containing the data inspector all together.
Known Issues
Visual Studio Code Editor Tutorial
- Undoing a pending edit causes editor to get into a bad state #161
- Searching in large files can become hit or miss #149
Visual Studio Code Editor Mac
To track all issues / file a new issue please go to the Github repo https://github.com/microsoft/vscode-hexeditor/issues