Rust編程語言的IDE:SolidOak

jopen 9年前發布 | 121K 次閱讀 SolidOak 腳本/動態語言

SolidOak是一個Rust編程語言的簡單IDE。它是一個單獨可執行的程序,可運行在任何地方不需要安裝。See the Releases page for pre-built Linux x64 binaries (你安裝 Rust 和GTK+ 3.10).
它擁有以下功能:

  •  Neovim 的一個嵌入復制作為它的文本編輯器
    • On first launch, it will create ~/.soak and ~/.soakrc (equivalent to ~/.vim and ~/.vimrc)
    • It starts off in "Easy Mode" (locked in insert mode) for Vim newbies, but you can toggle it off
  • 一個采用rgtk開發易于使用的GUI 
    • Buttons for common editing actions and a project tree that stays in sync with Neovim
    • You can bypass the GUI and run it as a console app by passing the-nwflag
  • Racer 的一個嵌入復制來實現自動補全
    • To enable, you must clone the Rust source code and point Racer to it:
    • git clone https://github.com/rust-lang/rust.git ~/rust --depth 1 && export RUST_SRC_PATH=~/rust/src
    • Now try typingstd::io::and then type Ctrl+x Ctrl+o to see a list of completions

Rust編程語言的IDE:SolidOak

項目主頁:http://www.baiduhome.net/lib/view/home/1426034461451

 本文由用戶 jopen 自行上傳分享,僅供網友學習交流。所有權歸原作者,若您的權利被侵害,請聯系管理員。
 轉載本站原創文章,請注明出處,并保留原始鏈接、圖片水印。
 本站是一個以用戶分享為主的開源技術平臺,歡迎各類分享!