藉由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
相關文章