並び順

ブックマーク数

期間指定

  • から
  • まで

321 - 360 件 / 472件

新着順 人気順

JetBrainsの検索結果321 - 360 件 / 472件

  • What's Up With Ruby? A Small Review of RubyKaigi 2017 | The RubyMine Blog

    Hey folks, As you probably know, last week the RubyMine team joined RubyKaigi 2017 in Hiroshima, Japan. It was great meeting and talking to so many Ruby developers, and especially to hear their feedback and suggestions about RubyMine and Ruby as a whole. Thank you! Special thanks to the Samuraism team for their invaluable help during the preparation and participation in the conference. We couldn’t

      What's Up With Ruby? A Small Review of RubyKaigi 2017 | The RubyMine Blog
    • Kotlin 1.5.0 – the First Big Release of 2021 | The Kotlin Blog

      Welcome the first feature release in accordance with the new release schedule – Kotlin 1.5.0! This release delivers stable language features such as JVM records, sealed interfaces, inline classes, and includes the new default JVM IR compiler. Your feedback on the feature previews in Kotlin 1.4.30 and Kotlin 1.5.0 EAP releases have really helped us to stabilize these features. We’re very grateful f

        Kotlin 1.5.0 – the First Big Release of 2021 | The Kotlin Blog
      • Python 3.7: Introducing Data Classes | The PyCharm Blog

        IDEs AppCode CLion DataGrip DataSpell Fleet GoLand IntelliJ IDEA PhpStorm PyCharm RustRover Rider RubyMine WebStorm Plugins & Services Big Data Tools Code With Me Quality Assurance JetBrains Platform Scala Toolbox App Writerside JetBrains AI Grazie Team Tools Datalore Space TeamCity Upsource YouTrack Hub Qodana .NET & Visual Studio .NET Tools ReSharper C++ Languages & Frameworks Kotlin Ktor MPS Am

          Python 3.7: Introducing Data Classes | The PyCharm Blog
        • 軽量なコードエディタ「JetBrains Fleet」パブリックプレビュー開始。バックエンドをリモートマシンに分離可能

          軽量なコードエディタ「JetBrains Fleet」パブリックプレビュー開始。バックエンドをリモートマシンに分離可能 JetBrainsは同社が開発中のコードエディタ「JetBrains Fleet」のパブリックプレビュー開始を発表しました。 @JetBrains_Fleet のパブリックプレビューを開始しました! Fleet は、IntelliJ プラットフォームベースのバックエンドとまったく新しい UI や分散アーキテクチャを使用してゼロから構築された分散多言語エディターおよび IDE です。 ブログ投稿で詳細をご覧くださいhttps://t.co/XdQrsTJ3bS — JetBrains Japan (@jetbrainsjp) October 12, 2022 Fleetはローカルで実行されるコードエディタとして起動します。Language ServerおよびIntelliJ

            軽量なコードエディタ「JetBrains Fleet」パブリックプレビュー開始。バックエンドをリモートマシンに分離可能
          • イマドキのIDE事情(164) OSS化されたPython IDE、JetBrainsのPyCharmを使ってみよう

            IntelliJに続きPyCharmもOSS化 JetBrains社は老舗のJava IDE「IntelliJ」の開発元として有名だが、IntelliJをベースとしたIDEとしてPHP用の「PhpStorm」やRuby用の「RubyMine」、Web開発用の「WebStorm」、Objective-C用の「AppCode」など多様なIDEを提供している。その中のひとつであるPython用IDE「PyCharm」がOSS化され、Community Editionとして無償で利用できるようになった。今回はこのPyCharm Community Editionを紹介したい。 なお、IntelliJファミリーの中ではJava向けの基本的な機能のみ備えた「IntelliJ Community Edition」がすでにOSS化されており、PyCharm Community Editionはこれに続くI

              イマドキのIDE事情(164) OSS化されたPython IDE、JetBrainsのPyCharmを使ってみよう
            • Compose Multiplatform UI Framework | JetBrains

              Accelerated UI developmentBuild your user interface once, and use it on all platforms – Android, iOS, web, and desktop. Save yourself the effort of keeping different UIs in sync, and get your app into the hands of your users more quickly. Android UI skills for other platformsUse the same familiar APIs from Jetpack Compose to build user interfaces for all platforms. An excellent ecosystemUse a wide

                Compose Multiplatform UI Framework | JetBrains
              • Writerside - a new technical writing environment from JetBrains.

                Writerside is a new technical authoring and publishing environment from JetBrains.

                  Writerside - a new technical writing environment from JetBrains.
                • RubyMineで画面分割など便利なショットカートキー - Qiita

                  二段階のショットカートキー 最初に紹介しておきたいのは、RubyMineのショットカートキー設定は、二段階の設定ができます。要するにEmacsまたはVimのような感じに、「Ctrl+w, v」で画面を縦分割とかができたりします。 設定方法も簡単で、ショットカートキー設定画面で「Second Stoke」のチェックボックスをチェックして、下のテキストボックスで二番目のキーを入力するだけ。 上記前提で、個人的にRubyMineでの画面分割ショットカートキーは下記のように設定しています。 CTRL+w, vで縦分割 CTRL+w, sで横分割 分割しているパネル間の移動 CTRL+w, nで次のパネル CTRL+w, pで前のパネル 上記のように設定すれば、普通にVimのように気軽に画面を分割できます。 残念なところ 上記設定のように「次」「前」のパネルへ移動できますが、今のところ「左」のパネル

                    RubyMineで画面分割など便利なショットカートキー - Qiita
                  • kotlin で native code を生成 kotlin native を楽しみたい - tokuhirom's blog

                    android で kotlin が話題なので、kotlin native を試してみました。 kotlin native を利用すると、kotlin のコードをネイティブコードにコンパイルできます。 https://github.com/JetBrains/kotlin-native git clone [email protected]:JetBrains/kotlin-native.git しておいて ./gradlew dependencies:update ./gradlew dist す。Hello.kt を作成する。 fun main(args : Array<String>) { println("Hello, world") } 以下のように、コンパイルする。 ./dist/bin/kotlinc Hello.kt -o hello [tokuhirom@dev2 kot

                    • 【C#】今日から始める Unity + Rider 生活【随時更新】 - Qiita

                      最初に どうも、ろっさむです。 今回は JetBrains という会社から出ているつよつよIDE、Riderについてまとめていこうと思います。 また、記事内の作業環境は以下の通りとなります。 JetBrains Rider:2020.2 Windows:Windows 10 Mac:Cetalina 10.15.7 また、本記事で気になったことや書いてほしい機能等ありましたら以下Twitterもしくはメールアドレスまでご一報いただけますと幸いです。 Twitter:https://twitter.com/4_mio_11 mail:mio041100505@gmail.com Riderとは JetBrains Rider(以下 Rider)は、JetBrainsというIntelliJ IDEAやPyCharmなどのIDEを開発している会社から出ているクロスプラットフォーム対応の .NET

                        【C#】今日から始める Unity + Rider 生活【随時更新】 - Qiita
                      • TeamCity: JetBrains の簡単 CI/CD ツール

                        TeamCity をお試しください。開発者および DevOps エンジニア向けの強力な継続的なインテグレーションとデプロイのツールです。

                          TeamCity: JetBrains の簡単 CI/CD ツール
                        • JetBrains系IDEおよびVSCodeでAWS CDK(TypeScript)をデバッグする方法 | DevelopersIO

                          はじめに おはようございます、加藤です。小ネタですがJetBrains系IDEおよびVSCodeでAWS CDKをデバッグする方法を説明します。 普通に書いている際はデバッグが必要になることはありませんが、高レベルコンストラクトに変更できないプロパティがある場合に、低レベルコンストラクトを抽出してプロパティを変更するといったような高度なことをする場合にはデバッグ機能で確認が出来ると便利です。 準備 CDKプロジェクトを生成します。 mkdir cdk-debug-demo && cd cdk-debug-demo cdk init sample-app --language typescript JetBrains系IDEの場合 Intellijを使ったデバッグの方法を説明します、最初にプロジェクトをIntellijで開きます。 Add Configuration...をクリックします。

                            JetBrains系IDEおよびVSCodeでAWS CDK(TypeScript)をデバッグする方法 | DevelopersIO
                          • Tutorial: React, TypeScript, and Test-Driven Development | The WebStorm Blog

                            IDEs AppCode CLion DataGrip DataSpell Fleet GoLand IntelliJ IDEA PhpStorm PyCharm RustRover Rider RubyMine WebStorm Plugins & Services Big Data Tools Code With Me Quality Assurance JetBrains Platform Scala Toolbox App Writerside JetBrains AI Team Tools Datalore Space TeamCity Upsource YouTrack Hub Qodana .NET & Visual Studio .NET Tools ReSharper C++ Languages & Frameworks Kotlin Ktor MPS Amper Edu

                              Tutorial: React, TypeScript, and Test-Driven Development | The WebStorm Blog
                            • IntelliJおれおれ日本語ヘルプ

                              ホーム IntelliJのおれおれ日本語纏めサイトです。 内容は暇なときに随時更新していきます。。。 目次 Java開発編 設定編 JetBrainsへのリンク(全て英語) IntelliJのページ IntelliJ Blog オンラインヘルプ JetBrains TV(JetBrains製品の便利な使い方などを動画で見れるサイト) IntelliJのダウンロードページ 不具合などの管理(チケットは誰でも登録出来ます。) Discussion Forums 本サイト以外のIntelliJ日本語情報 marsのメモ IntelliJの日本語情報と言ったらまずここですね! しおしおさんのブログ 私の別ブログ・・・

                              • 週刊Railsウォッチ(20210413後編)RubyMineのRBSサポートとCode With Me、GitHub ActionとDockerレイヤキャッシュほか|TechRacho by BPS株式会社

                                週刊Railsウォッチについて 各記事冒頭には🔗でパーマリンクを置いてあります: 社内やTwitterでの議論などにどうぞ 「つっつきボイス」はRailsウォッチ公開前ドラフトを(鍋のように)社内有志でつっついたときの会話の再構成です👄 お気づきの点がありましたら@hachi8833までメンションをいただければ確認・対応いたします🙇 TechRachoではRubyやRailsなどの最新情報記事を平日に公開しています。TechRacho記事をいち早くお読みになりたい方はTwitterにて@techrachoのフォローをお願いします。また、タグやカテゴリごとにRSSフィードを購読することもできます(例:週刊Railsウォッチタグ) 🔗Ruby 🔗 RubyMineがRBSに対応 元記事: RubyMine 2021.1 の新機能 つっつきボイス:「お〜、Ruby 3のRBSがRuby

                                  週刊Railsウォッチ(20210413後編)RubyMineのRBSサポートとCode With Me、GitHub ActionとDockerレイヤキャッシュほか|TechRacho by BPS株式会社
                                • Getting Started — Ring UI

                                  • 便利なJetBrains Toolbox App、お使いですか? | Post Blog

                                    IDEs AppCode CLion DataGrip DataSpell Fleet GoLand IntelliJ IDEA PhpStorm PyCharm RustRover Rider RubyMine WebStorm Plugins & Services Big Data Tools Code With Me Quality Assurance JetBrains Platform Scala Toolbox App Writerside Team Tools Datalore Space TeamCity Upsource YouTrack Hub Qodana .NET & Visual Studio .NET Tools ReSharper C++ Languages & Frameworks Kotlin Ktor MPS Education & Research J

                                      便利なJetBrains Toolbox App、お使いですか? | Post Blog
                                    • 週刊Railsウォッチ(20170721)ActiveStorageは5.2で正式導入、Onigmoの脆弱性が修正、この夏読みたい名作Ruby本ほか|TechRacho by BPS株式会社

                                      2017.07.21 週刊Railsウォッチ(20170721)ActiveStorageは5.2で正式導入、Onigmoの脆弱性が修正、この夏読みたい名作Ruby本ほか こんにちは、hachi8833です。この季節は水筒を持ち歩かないと命が危ない気がしています。 7月第3週のRailsウォッチ、いってみましょう。 ActiveStorageが正式発表: Rails 5.2から導入(Rails公式ニュースより) 公式: Active Storage is coming to Rails 5.2 先々週のRailsウォッチで速報でお伝えしたActiveStorageが公式に発表され、5.2から導入されることが決定しました。 Active Storage is coming to Rails 5.2: A brand-new framework for managing cloud and l

                                        週刊Railsウォッチ(20170721)ActiveStorageは5.2で正式導入、Onigmoの脆弱性が修正、この夏読みたい名作Ruby本ほか|TechRacho by BPS株式会社
                                      • Android Studio 使えるエディタのテーマを「Color Themes」

                                        #iOS | #Android ファショ通 Swift を身に付けていく過程の記録、最新ニュースや使い方、iPhone、Mac、Android、Python なども。 IDEのエディタのテーマ集があります. Color Themes ダウンロードしてインポートするだけ. How to install a theme? Select «File» → «Import Setting» from the main menu and follow the instructions. After the IDE restarted go to the Preferences, expand «Editor» → «Colors and fonts» tab and choose the installed theme. IntelliJ IDEA に使えるということで AndroidStudio

                                          Android Studio 使えるエディタのテーマを「Color Themes」
                                        • Winter is coming! Get 50% OFF on WebStorm, PhpStorm and RubyMine | The WebIDE Blog

                                          Winter is coming! Soon enough the whole world will be covered with snow. White walkers are close! Warm your soul with a nice discount — get 50% OFF on your personal license for the following products now: WebStorm – JavaScript IDE PhpStorm – PHP IDE RubyMine – Ruby and Rails IDE But that’s not all! Winter will not seem so long because WebStorm & PhpStorm 3.0 will be out in December. If you will bu

                                            Winter is coming! Get 50% OFF on WebStorm, PhpStorm and RubyMine | The WebIDE Blog
                                          • 複数言語ユーザはどの JetBrains IDE を選ぶべきか ~ライセンスの比較と選定~ - Qiita

                                            ※ 2018/07/31 追記 現在国際フレンドシップデーにちなんで全製品 50% オフのセールを開催中です。(日本時間 2018/08/02 01:00) 既にご利用の製品がある場合、追加でもう1年、50% オフで使用できるようです。 この機会にお試しください。私は ALL Productions Pack を契約しました。 まえおき この記事はJetBrains Advent Calendar 2017の 21 日目です 背景 私は業務でRuby/Python/Go/JS(TS) を書いていますした(退職しました) もともと Ruby/Rails が主なエンジニアだったので RubyMine を使っていたのですが 業務で Rails/TS を、趣味で Go を書くため、諸々面倒なことになってきているので、ライセンスまわりを整理するために一度まとめようと思います 現在のライセンスと使える

                                              複数言語ユーザはどの JetBrains IDE を選ぶべきか ~ライセンスの比較と選定~ - Qiita
                                            • 開発者体験(DX)を進化させるJetBrainsのAIアシスタント機能の紹介 | 豆蔵デベロッパーサイト

                                              先日JetBrains社からAIアシスタント機能の一般公開が発表されました。 Introducing JetBrains AI and the In-IDE AI Assistant JetBrains AI と IDE 内での AI Assistant のご紹介 今回はこれを試してみましたので、その使いどころをご紹介したいと思います。 なお、本記事ではIDEとしてIntelliJ IDEA 2023.3 (Ultimate Edition)を使用しています。 AIアシスタント機能の公式ドキュメントはこちらです。 JetBrainsのAIアシスタントとは? # JetBrainsのIDEノウハウとLLMを組み合わせて、開発ワークフローを効率化するJetBrains AIの機能です。 リファクタリングやコード生成に加えて、ドキュメント作成やソースコード上の問題点検出までいろんなことをしてくれ

                                              • RustRover: JetBrains の Rust IDE

                                                JetBrain が提供するデバッガー、オンザフライ解析、クイックフィックスを搭載した新しい Rust IDE をお試しください。

                                                  RustRover: JetBrains の Rust IDE
                                                • Dart - IntelliJ IDEs Plugin | Marketplace

                                                  Provides Dart support to JetBrains IDEs and Android Studio. Features Smart coding assistance for Dart that includes code completion, formatting, navigation...

                                                    Dart - IntelliJ IDEs Plugin | Marketplace
                                                  • Custom Postfix Templates - IntelliJ IDEs Plugin | Marketplace

                                                    Documentation | Screencast | Predefined templates This open source plugin lets you define your own postfix templates for Java, Scala, SQL, PHP, Kotlin, Python, Dart...

                                                      Custom Postfix Templates - IntelliJ IDEs Plugin | Marketplace
                                                    • Postfix Code Completion in IntelliJ IDEA 13.1 EAP | The IntelliJ IDEA Blog

                                                      A lot of people tend to think these days completion is a regular feature for every IDE. Well, that is not exactly the case. IntelliJ IDEA has already demonstrated that there is no such thing as a regular feature. Take code completion, for example. IntelliJ IDEA never stops evolving in this area, and to prove it once more, today we are proud to introduce Postfix code completion, a new kind of compl

                                                        Postfix Code Completion in IntelliJ IDEA 13.1 EAP | The IntelliJ IDEA Blog
                                                      • GitHub - nodenv/jetbrains-npm: Fix IntelliJ/WebStorm's npm integration under nodenv

                                                        You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session. You switched accounts on another tab or window. Reload to refresh your session. Dismiss alert

                                                          GitHub - nodenv/jetbrains-npm: Fix IntelliJ/WebStorm's npm integration under nodenv
                                                        • IntelliJ IDEA で最小限のWindows GUI Form Applicationを作る手順。 - Qiita

                                                          IntelliJ IDEA で最小限のWindows GUI Form Applicationを作る手順。WindowsGUIideaIntelliJApplication インストールしたてからの環境設定 IntelliJ Ultimte(15.0.2) +JDK 1.8 での例です。 WIndows 環境で、ボタンとラベルを持ったフォームを表示し、ボタンをマウスでクリックしたら、ラベルのテキストを Hello world に変更するというGUIとしては最小限仕様のアプリケーションソフトを作る手順を書いておきます。 (自分はあっちこっち苦労したので) JDKは別途インストールしておいてください。(例:c:\program files\java\jdk) 新規にprojectを作る IntelliJを起動して、Create New Project Project SDK を選ぶDialog

                                                            IntelliJ IDEA で最小限のWindows GUI Form Applicationを作る手順。 - Qiita
                                                          • All Products Pack | 株式会社サムライズム

                                                            JetBrainsのデスクトップ製品を全て利用可能 All Products PackサブスクリプションはJetBrainsのデスクトップ製品(CLion、DataGrip、GoLand、IntelliJ IDEA Ultimate、PhpStorm、PyCharm Professional、ReSharper、Rider、RubyMine、WebStorm)を全て利用可能なサブスクリプションパックです。各IDEからAll Products Packへアップグレードも可能です。 AIでIDEを強化 AI Assistant(有償)を使うことでリファクタリング、ドキュメントやコミットメッセージの作成など、様々な場面でAIによる支援を受けることが出来ます。 ・AI Assistant サムライズムからAll Products Packを購入する理由 サムライズムはJetBrains公式の日本語

                                                              All Products Pack | 株式会社サムライズム
                                                            • Developing an IntelliJ / WebStorm JavaScript plugin

                                                              I am writing this post because I want to encourage developers to write more JavaScript plugins for the IDEA platform. At the time of this writing there are 25 JavaScript plugins available for download. Three of them are mine. In this post I will describe how to write a JavaScript plugin using IntelliJ. The plugin will do something very simple: it will inject Angular 1.x injectables in a Jasmine te

                                                                Developing an IntelliJ / WebStorm JavaScript plugin
                                                              • 自動生成でさくさく実装するユニットテスト / quickly implement unit tests with automatic generation

                                                                自動生成でさくさく実装するユニットテスト / quickly implement unit tests with automatic generation

                                                                  自動生成でさくさく実装するユニットテスト / quickly implement unit tests with automatic generation
                                                                • Linux の (Web|PHP)Storm のフォントが汚い。 - oogatta のブログ

                                                                  バージョンが上がるたびに試しているけど、ちょっと耐えられないくらい汚い。 Swing のせいらしい。 http://youtrack.jetbrains.com/issue/IDEA-57233 JetBrains 的には「 Linux デスクトップのシェアは少ないんで Swing 止めるとかないわ」ってことらしいので、ほっといても駄目みたい。で、コメントをずーっと読むと、結局 http://stackoverflow.com/questions/6151426/phpstorm-editor-fonts-on-linux-systems bin/webstorm.vmoptions または bin/phpstorm.vmoptions に -Dawt.useSystemAAFontSettings=lcd -Dswing.aatext=trueを追加して起動したら、随分ましになった。これ

                                                                    Linux の (Web|PHP)Storm のフォントが汚い。 - oogatta のブログ
                                                                  • JetBrains からの Ruby Association 認定 Ruby プログラマー向け特別オファー!

                                                                    JetBrains からの Ruby Association 認定 Ruby プログラマー向け特別オファー! Ruby 開発者の皆様へ 弊社は Ruby Association が認定する Ruby プログラマーになるためには多大なる献身的努力が必要であることを理解しています。 皆さんの献身的な取り組みに感謝して特別なお礼をご用意しました。 Ruby Association と JetBrains は、2023 年と 2024 年の試験に合格したすべての開発者を対象に 6 か月間無料の JetBrains の RubyMine サブスクリプションを提供することになりました。 シームレスなコーディングの世界に飛び込み、RubyMine の強力な機能を無料でご利用いただけます! それだけではありません! 無料サブスクリプション終了後の RubyMine ライセンス更新時には 20% 割引価格で

                                                                      JetBrains からの Ruby Association 認定 Ruby プログラマー向け特別オファー!
                                                                    • JetBrains IDE Support - Chrome ウェブストア

                                                                      HTML/CSS/JavaScript editing and JavaScript debugging using JetBrains IDEs.

                                                                        JetBrains IDE Support - Chrome ウェブストア
                                                                      • IntelliJ IDEA の Code With Me を使ってペアプロしてみた | DevelopersIO

                                                                        以前から気になっていた、 IntelliJ IDEA でペアプロ・モブプロすることができる Code With Me が、先日のアップデートでIntelliJ IDEA 本体にバンドルされたようなので、実際にペアプロに利用してみようと思います。 Code With Me バージョン情報 IntelliJ IDEA 2021.2 (Ultimate Edition) Code With Me 212.4746.92 (bundled) ライセンスはどんな感じ? IntelliJ IDEA の Community Edition または Ultimate サブスクリプションを持っている場合は、Code With Me のライセンスは無くても利用できるようです。 Community Edition と Ultimate Edition の違いはこちらで確認できます。 主な違いとしては、Commu

                                                                          IntelliJ IDEA の Code With Me を使ってペアプロしてみた | DevelopersIO
                                                                        • GitHub - balsikandar/Android-Studio-Plugins: This is a list of all awesome and useful android studio plugins.

                                                                          You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session. You switched accounts on another tab or window. Reload to refresh your session. Dismiss alert

                                                                            GitHub - balsikandar/Android-Studio-Plugins: This is a list of all awesome and useful android studio plugins.
                                                                          • WebStormでjQueryのコード補完を有効にする方法

                                                                            メニューから[WebStorm] - [Preferences...]を開き Project Settingsの[JavaScript] - [Libraries]の[Download...]ボタンをクリック。 ([command] + [,] でPreferencesを開き、librariesで検索するとサクっと出てくるかと思います。)

                                                                              WebStormでjQueryのコード補完を有効にする方法
                                                                            • JetBrains Mono - JetBrains製の開発者用フォント

                                                                              開発者にとって視認性の高いフォントは重要です。ポケモンセンターでもらえるシリアルコード、視認性悪くて文字の判別ができない「目がよくても無理」「なぜこのフォントにした」 - Togetterなんて話もあり、視認性の悪いフォントはそれだけでストレスになることがあります。 今回紹介するJetBrains Monoはプログラミング用エディタの開発で知られるJetBrains社が開発したフォントです。 JetBrains Monoの使い方 タイポグラフィ。 適用しているところです。 -> や == 、 === に特徴があります。 ハイライトされている例。メソッドがイタリックになっていますが、見やすいのではないでしょうか。 JetBrains Monoは他のフォントに比べて小文字が少し高かったり、 -> などが結合して表示されると言った特徴があります。もちろん日本語はありませんので、日本語は別なフォン

                                                                                JetBrains Mono - JetBrains製の開発者用フォント
                                                                              • Scia-Reto, free mind-map editor

                                                                                "The main part of any project is not its implementation but knowledge produced during the project. I am sure that knowledge is the main part of each business today and it is super-important to raise the produced knowledge from the non-formal level to the formal one to avoid its loss. Also it is very important to keep the "distance" between projects and produced knowledge as short as possible and t

                                                                                  Scia-Reto, free mind-map editor
                                                                                • Solarized に染まる - IntelliJ IDEA 編 - 全力で怠けたい

                                                                                  Solarized - Ethan Schoonover Solarized に染まる - Eclipse 編 の続き、今回は IntelliJ IDEA 編です。 IntelliJ IDEA 用にも Dark テーマと Light テーマがあります。 やはり Dark, Light テーマとも優らずとも劣らずの完成度の高さですね。 IntelliJ IDEA への導入 周囲では Eclipse よりもはるかにユーザーが多い IntelliJ IDEA への導入です。 環境は以下のとおりです。 Mac OSX 10.7.5 IntelliJ IDEA 11.1 Community Edition 導入手順は以下のようになります *1 今回は MBA へのインストールですが、他の環境でも殆ど同じ手順で導入することが出来ます。 ちなみに JetBrains が提供している他の IDE (Php

                                                                                    Solarized に染まる - IntelliJ IDEA 編 - 全力で怠けたい