当前位置: 首页 > 软件库 > 程序开发 > >

intellij-emberjs

授权协议 Apache-2.0 License
开发语言 JavaScript
所属分类 程序开发
软件类型 开源软件
地区 不详
投 递 者 谢奕
操作系统 跨平台
开源组织
适用人群 未知
 软件概览

intellij-emberjs

This plugin provides basic Ember.js support to allJetBrains IDEs that support JavaScript.

Features

  • Ember.js project discovery when imported from existing sources
  • Automatically sets the language level to ES6
  • Marks app, public and tests folders as source, resource and test folders
  • Marks node_modules and bower_components as library folders
  • Enable JSHint using .jshintrc
  • Quick navigation via Navigate → Class... and Navigate → Related Symbol...for all major app components
  • Generate Ember.js files via ember generate
  • Basic reference resolving and completion for e.g. DS.belongsTo('user')
  • Live templates

more...

Installation

This plugin is published on theJetBrains Plugin Repository:

Preferences... → Plugins → Browse Repositories ... → Search for "Ember.js"

From Source

Clone this repository:

git clone https://github.com/Turbo87/intellij-emberjs.git
cd intellij-emberjs

Build a plugin zip file:

./gradlew buildPlugin

Install the plugin from /build/distributions/Ember.js.zip:

Preferences... → Plugins → Install plugin from disk ...

Development

Run IntelliJ IDEA Ultimate with the current plugin pre-installed:

./gradlew runIdea

Run the test suite:

./gradlew test

Links

License

This project is licensed under the Apache 2.0 License.

 相关资料
  • IntelliJ IDEA内置了对Maven的支持。 我们在此示例中使用IntelliJ IDEA Community Edition 11.1。 IntelliJ IDEA的一些功能如下 - 您可以从IntelliJ IDEA运行Maven目标。 您可以使用自己的控制台查看IntelliJ IDEA内Maven命令的输出。 您可以在IDE中更新maven依赖项。 您可以从IntelliJ IDE

  • IntelliJ IDEA 被认为是当前 Java 开发效率最快的 IDE 工具。它整合了开发过程中实用的众多功能,几乎可以不用鼠标可以方便的完成你要做的任何事情,最大程度的加快开发的速度。简单而又功能强大。与其他的一些繁冗而复杂的 IDE 工具有鲜明的对比。 IDEA 插件中心:http://plugins.jetbrains.com/

  • Table of Contents Elixir plugin IDEs Features Project From Existing Sources Import project from external model Create project from existing sources New Project Structure Project Settings Module Settin

  • Solidity plugin for IntelliJ Features Syntax highlighting Code completion File templates Goto declaration Find usages Code formatting Supporting the plugin You can support the development by sponsorin

  • svelte-intellij 是一个 IntelliJ IDEA 的 Svelte 插件。 主要功能包括: 语法高亮 代码格式化 输入助手 Emmet 风格的 Svelte 块缩略 自动完成组件、属性和指令 自动导入组件 组件定义导航 集成调试器

  • IntelliJ-Rust 是Rust 语言的 IntelliJ 插件,采用Kotlin开发,该插件有较好的兼容性,目前,兼容143.2287.1版本以上所有IntelliJ IDE。 功能特性: 支持原生代码提示 支持强大的快捷键功能 代码快速格式化 提供代码块模板 提供完整的帮助文档