> For the complete documentation index, see [llms.txt](https://docs.nullcraft.org/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.nullcraft.org/plugin/vscode-fileinfo.md).

# Fileinfo - VSCode

{% embed url="<https://github.com/FastChen/vscode-fileinfo/>" fullWidth="false" %}

## Fileinfo - 一个 VSCode 插件

目前它可以显示二进制文件信息。

### Use / 使用

安装它或者在 VSCode 拓展中搜索 fileinfo 安装即可启用

### Features / 功能

一个练手的项目， 它可以在右下角底部状态栏中显示当前打开的二进制文件的大小(KB)。

### Download / 下载

* **`[👍]`** VSCode 插件市场 中 搜索 `FastChen.fileinfo` 安装，可以自动同步更新
* 手动下载文件安装 [FastChen.fileinfo - VSCode Marketplace](https://marketplace.visualstudio.com/items?itemName=FastChen.fileinfo)
* 前往 [Github Releases](https://github.com/FastChen/vscode-fileinfo/releases) 下载

### Need Update / 计划更新

* [x] 显示文件的大小 `v0.0.1.728`
* [x] 根据大小自动切换文件进制格式 (KB、MB、GB、TB...) `v0.0.2.1111`
* [ ] 自定义配置位置 (状态栏的左右？)
* [ ] 根据不同文件有更详细的文件信息显示！
* [ ] 一些配置功能？

### Image / 一些图片

<figure><img src="/files/QdJjWFJN0ZPlAusqCaEj" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/VletMId5z4vkHB5AVEQm" alt=""><figcaption></figcaption></figure>

**😊 Enjoy!**


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.nullcraft.org/plugin/vscode-fileinfo.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
