All Projects → Turbo87 → Intellij Emberjs

Turbo87 / Intellij Emberjs

Licence: apache-2.0
Ember.js support for JetBrains IDEs (IntelliJ, WebStorm, ...)

Programming Languages

kotlin
9241 projects

Projects that are alternatives of or similar to Intellij Emberjs

Wolfram Language Intellij Plugin Archive
Wolfram Language and Mathematica plugin for IntelliJ IDEA.
Stars: ✭ 177 (-12.38%)
Mutual labels:  intellij, intellij-plugin
Ember Cli Pace
Pace.js load progress bar for Ember apps, incl. Flash-like initial script lazy loading
Stars: ✭ 128 (-36.63%)
Mutual labels:  ember-cli, ember
Mainframer Intellij Plugin
An intellij idea plugin for mainframer project
Stars: ✭ 125 (-38.12%)
Mutual labels:  intellij, intellij-plugin
Ember Tether
Tether an element to another element in the DOM
Stars: ✭ 116 (-42.57%)
Mutual labels:  ember-cli, ember
Idea Php Generics Plugin
Support generics types in PhpStorm via psalm / phpstan docblock
Stars: ✭ 146 (-27.72%)
Mutual labels:  intellij, intellij-plugin
Pydantic Pycharm Plugin
PyCharm plugin for pydantic. This plugin provides autocompletion, inspection, type-checking, inserting unfilled argument, and more.
Stars: ✭ 116 (-42.57%)
Mutual labels:  intellij, intellij-plugin
Intellij Makefile
Makefile support for IntelliJ-based IDEs
Stars: ✭ 164 (-18.81%)
Mutual labels:  intellij, intellij-plugin
Gradle Changelog Plugin
Plugin for parsing and managing the Changelog in a "keep a changelog" style.
Stars: ✭ 102 (-49.5%)
Mutual labels:  intellij, intellij-plugin
Ember Web App
NOTICE: official repository moved to https://github.com/zonkyio/ember-web-app
Stars: ✭ 143 (-29.21%)
Mutual labels:  ember-cli, ember
Mavenhelper
IntelliJ plugin - https://plugins.jetbrains.com/plugin/7179
Stars: ✭ 138 (-31.68%)
Mutual labels:  intellij, intellij-plugin
Idea Conventional Commit
Context and template-based completion for conventional/semantic commits.
Stars: ✭ 115 (-43.07%)
Mutual labels:  intellij, intellij-plugin
Ember Cli Mocha
Mocha and Chai tests for ember-cli applications
Stars: ✭ 147 (-27.23%)
Mutual labels:  ember-cli, ember
Ember Cli Eslint
Ember CLI addon for linting Ember projects with ESLint
Stars: ✭ 116 (-42.57%)
Mutual labels:  ember-cli, ember
Ember Cli Notifications
⚛ Atom inspired notification messages for ember-cli
Stars: ✭ 168 (-16.83%)
Mutual labels:  ember-cli, ember
Collector Intellij
A PhpStorm plugin for refactoring to collections
Stars: ✭ 114 (-43.56%)
Mutual labels:  intellij, intellij-plugin
Intellij Visual Studio Dark Theme
Visual Studio Dark Theme for IDEA Intellij
Stars: ✭ 125 (-38.12%)
Mutual labels:  intellij, intellij-plugin
Intellij Touch
MacBook Touchbar support in IntelliJ
Stars: ✭ 92 (-54.46%)
Mutual labels:  intellij, intellij-plugin
Restfultoolkit
A Toolkit for RESTful services development.
Stars: ✭ 101 (-50%)
Mutual labels:  intellij, intellij-plugin
Elm Plugin
Elm language support plugin for IntelliJ IDEA.
Stars: ✭ 137 (-32.18%)
Mutual labels:  intellij, intellij-plugin
Idea Php Toolbox
Collections of tools and improvements to make PhpStorm a little bit better
Stars: ✭ 147 (-27.23%)
Mutual labels:  intellij, intellij-plugin

Logo intellij-emberjs

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

Features

Navigate → Class...

  • 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 the JetBrains 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.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].