| 注册
请输入搜索内容

热门搜索

Java Linux MySQL PHP JavaScript Hibernate jQuery Nginx
jopen
9年前发布

Rust编程语言的IDE: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.open-open.com/lib/view/home/1426034461451

 本文由用户 jopen 自行上传分享,仅供网友学习交流。所有权归原作者,若您的权利被侵害,请联系管理员。
 转载本站原创文章,请注明出处,并保留原始链接、图片水印。
 本站是一个以用户分享为主的开源技术平台,欢迎各类分享!
 本文地址:https://www.open-open.com/lib/view/open1426034461451.html
SolidOak 脚本/动态语言