藉由AI編碼,我們可以打造自己的編輯器

藉由AI編碼,我們可以打造自己的編輯器

Hacker News·

本文探討了AI在編碼領域的潛力,暗示AI的進步將使開發者能夠打造自己的客製化程式碼編輯器。文章特別介紹了一個名為「minivim」的專案,這是一個以Rust語言開發的、極小型的、由插件驅動的Vim風格編輯器,展示了這類概念的實際應用。

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

To see all available qualifiers, see our documentation.

Uh oh!

There was an error while loading. Please reload this page.

posix4e/minivim

Folders and files

Latest commit

History

Repository files navigation

minivim

A tiny, plugin-driven Vim-like editor in Rust. Core behavior is implemented as plugins.

Run

Modes

Keys

Normal mode:

Insert mode:

Command mode:

Plugins

Core structures live in src/editor.rs. Basic behavior is provided by plugins in
src/plugins.rs (modes, motion, editing, commands, rendering, syntect-based
syntax highlighting).

Development

Tests

Documentation

About

Resources

Uh oh!

There was an error while loading. Please reload this page.

Stars

Watchers

Forks

Releases

  2

Packages

  0

Languages

Footer

Footer navigation

Hacker News

相關文章

  1. 我如何在 Sublime Text 中整合 AI 工具

    4 個月前

  2. Show HN:Minim – 集成AI指令的極簡AI寫作編輯器

    7 個月前

  3. 以 Rust 對抗 AI 導致的程式碼編寫能力退化

    3 個月前

  4. 為一人打造的桌面環境

    3 天前

  5. 開發者基礎:使用 AI 建構軟體所需的最低知識

    4 個月前