Elixir 的好 IDE [英] Good IDE for Elixir

查看:20
本文介绍了Elixir 的好 IDE的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我正在寻找一个至少可以执行以下某些操作的 IDE

  • 输入变量名时的代码补全和可能按下 后的功能.
  • 显示函数签名和文档
  • 导航到函数/变量/模块的定义

如果也可以的话就好了

  • 警告错误
  • 代码生成
  • 脚手架基础项目

解决方案

还有一个名为 ElixirSublime 的 sublime 集成.它具有大多数相同的功能.但是,它已经很多年没有更新了.

I am looking for an IDE that does atleast some of the following

  • Code completion when typing variable names and possible functions after pressing .
  • Show a functions signature and docs
  • Navigate to the function/variable/module's definition

It would be nice if it could also

  • Warn about errors
  • Code generation
  • Scaffold basic projects

解决方案

There is a great Elixir extension support for Visual Studio Code and there are currently 2 extensions to add the language to the tool, my preference being vscode-elixir. You can add it by hitting ctrl+P then typing "ext install vscode-elixir".

This extension adds rich elixir language support to VS Code including:

  • Syntax Coloring
  • Snippets
  • Intellisense

There is also a sublime integration called ElixirSublime. It has most of the same features. However, it hasn't been updated in many years.

这篇关于Elixir 的好 IDE的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆