LoginSignup
2
3

More than 5 years have passed since last update.

強力なWebベースIDEであるEclipse Orionの使い方

Posted at

Eclipse Orionとは?

「Eclipse Orion」は、自分のコンピュータにインストールすることなく、Webブラウザ経由でアクセスすることで開発作業を行うことができるIDE。コードエディタ、デバッガ、ファイルマネージャ、Git、FTP、SFTPクライアントなど、開発に必要な機能を備えている。

by Webブラウザから利用できるIDE、「Eclipse Orion 17.0」リリース

A modern, open source software development environment that runs in the cloud.
Code, deploy and run in the cloud.

by Orion Hub

どんなことができるの?

パワフルなコードエディタ

Orionは、コンテンツアシスト、コード補完、エラーチェックおよびコードマップを備えた強力なエディタ。

Powerful code editor
Orion is built with a powerful JavaScript code editor, equipped with content assist, code completion, error checking and a code map.


出典:Orion Hub

多彩なテーマ

Orionのエディタは、カスタマイズか他のエディタからのテーマのインポートにより、light、darkまたはその他の手間に変更可能。

Versatile theming
Orion's editor can be light, dark,or anywhere in between by customization or theme import from other popular editors.


出典:Orion Hub

コンパクトなGit UI

強力なgitサポート、あなたの選択を簡単にし、詳細から単純なものまで、スマートで、単一ページレイアウト。

Compact Git UI
Strong git support, easing your choice of control, from detailed to simple, in a smart, single page layout.


出典:Orion Hub

インストール方法

npm

npm i orion

java

ダウンロードサイトからダウンロードして、orionファイルをダブルクリック。

docker

docker run -p 8080:8080 -it kannkyo/orion

ライセンス

Dual-licensed under the Eclipse Public License v1.0 and the Eclipse Distribution License v1.0.

2
3
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
2
3