サクサク読めて、アプリ限定の機能も多数!
トップへ戻る
Google I/O
www.jetbrains.com
SpaceX Dragon の発射により、JavaScript が宇宙へと旅立つ!Dragon 2 のフライトインターフェースは Chromium と JavaScript を使って構築された。フライトコンピューターには C++ が使用されている。 SpaceX Dragon の発射により、JavaScript が宇宙へと旅立つ!Dragon 2 のフライトインターフェースは Chromium と JavaScript を使って構築された。フライトコンピューターには C++ が使用されている。
コードの共同作成に取り掛かりましょう。 Code With Me ではオンラインでの効率的で安全な共同開発とコード共有を簡単に行うことができます。
Start working on code together now. Code With Me makes collaborative development and code sharing online easy, efficient, and secure.
Scala開発者の間では、マイクロサービスの開発が非常に人気が高いです。72%がその目的でScalaを使用しており、同言語はマイクロサービス開発に使用される言語で最も高いシェアを獲得しています。
Python Developers Survey 2020 ResultsPython Developers Survey 2020 Results This is the fourth iteration of the official annual Python Developers Survey, conducted as a collaborative effort between the Python Software Foundation and JetBrains. In October 2020, more than 28,000 Python developers and enthusiasts from almost 200 countries/regions took the survey to reveal the current state of the lang
Compose Multiplatform is a declarative framework for sharing UIs across Android, iOS, web, and desktop, based on Kotlin Multiplatform and Jetpack Compose.
インテリジェントなコード補完、その場で実行されるエラーチェック、クイックフィックスなど多数の機能を備えたデータサイエンスおよびウェブ開発用 Python IDE。
JetBrainsでは、他の人々と共有する価値があると思われる、ソフトウェア開発の豊富な専門知識と、ソフトウェア開発業界で働く様々な方法を蓄積してきました。ドッグフーディングはそのうちの一つです。 ドッグフーディングは、特にソフトウェア開発業界で広く採用されているプラクティスです。これは、ドッグフードを販売している企業が「自社で製造しているドッグフードを食べる」ように、製品を提供する会社が、最初に自分たち自身で、エンドユーザーと同じように製品を使用してテストすることです。 この動画には、日本語字幕が付いています。日本語字幕を表示するには、動画の設定で字幕をオンにしてください。 動画を見て、お気に入りのJetBrainsツールがどのように開発されているかを知ってください。
The State of Developer Ecosystem 2020This report presents the combined results of the fourth annual Developer Ecosystem Survey conducted by JetBrains. Feedback from 19,696 developers whom we surveyed in the beginning of 2020 helped us identify the latest trends around tools, technologies, programming languages, and many other exciting facets of the development world.
開発者 エコシステムの 現状 2020 このレポートは、今年で4回目となる JetBrains 実施の年次開発者エコシステムアンケートの結果をまとめたものです。2020年の初めに調査した19,696人の開発者から得たフィードバックを基に、ツール、テクノロジー、プログラミング言語、および開発者分野に関わるその他多数の刺激的な面について、最新のトレンドを割り出しました。
PHP 8.0Ready to stride into the future with union types, attributes, JIT, and more?
PHPエコシステムに長年関与してきたことで知られるコントリビューターが JetBrains に入社。PhpStorm チームとともに PHP 言語とエコシステムの改善を目指す。
TeamCity をお試しください。開発者および DevOps エンジニア向けの強力な継続的なインテグレーションとデプロイのツールです。
In the fall of 2019, the Python Software Foundation and JetBrains together conducted the official third annual Python Developers Survey. Much like the previous survey, we set out to identify the latest trends and gather insight into what the world of Python development looks like in 2019. The insights from 24 thousand Python developers from more than 150 different countries have helped us get a pi
このバージョンのハイライトには以下が含まれています。 PHP 8.4 のサポート AI Assistant の改善 xdebug_notify() のサポート Laravel Herd の PHP インタープリター PhpStorm 2024.3 には、機能豊富な PHP 8.4 へのアップグレードを円滑に行うための新しいインスペクションやクイックフィックスが多数実装されています。 以下では、新しい PHP 8.4 の機能が PhpStorm のワークフローでどのようにサポートされているかを簡単に説明します。 PHP の近年の歴史において最も大きな変更の 1 つであるプロパティフックは、プロパティに get フックと set フックを実装できるようにすることで、ボイラープレートな getter と setter を排除することを意図したものです。 プロパティフック(昇格されたプロパティ内の
IntelliJ IDEA 2024.3 では、開発エクスペリエンスを向上させる多数の強力な新機能が導入されました。 IDE でコードの論理構造の表現、Kubernetes アプリケーションのデバッグエクスペリエンスの合理化、クラスター全体の Kubernetes ログへのアクセスが可能になり、K2 モードが正式にベータを終了しました。 このページをご覧になり、IDE 全体にわたる詳細な更新情報をご確認ください。
テック業界でのキャリアをスタートしたばかりの方も、キャリアアップを目指している方も、JetBrains Academy にはあらゆるステップを支援できるプログラミングコースが用意されています。
macOS、Windows、Linux用の強力なJetBrains製SQL用IDE。
fun <T : Comparable<T>> List<T>.quickSort(): List<T> = when { size < 2 -> this else -> { val pivot = first() val (smaller, greater) = drop(1).partition { it <= pivot } smaller.quickSort() + pivot + greater.quickSort() } } fun main() { print(listOf(5, 0, 1, 5, 3, 7, 4, 2).quickSort()) }
MPSプラットフォームを使って、ビジネスニーズに合わせた独自のドメイン固有言語を作成してください。
Command-line interfaceUse IntelliJ IDEA features from the command line: open files and projects, view diffs, merge files, apply code style, formatting, and inspect the source code. Launcher for a standalone instance The installation directory contains batch scripts and executables for launching IntelliJ IDEA, formatting the source code, and running inspections. To use them from the Command Prompt
ウェブプロジェクト用の PhpStorm IDE をご覧ください。 PHP、JavaScript、および SQL コーディングに必要なすべてのツールを初期状態で利用できます
Windows、 Mac、 Linux上での.NET、ASP.NET、.NET Core、Xamarin、Unityのアプリケーション開発
Run code inspections from the command lineIntelliJ IDEA runs code inspections to find and highlight syntax errors, dead code, possible bugs, bad coding style, and other problems. You can also run all the configured inspections for a specific project from the command line and store the results as an XML, JSON, or plain text file with a report. The command-line inspector launches an instance of Inte
2000年2月に設立されたJetBrainsは、皆様と共に20周年を迎えました。ここでは2019年のハイライトをお伝えします! JetBrainsは20周年を迎えました! 成長、新しいオフィス、新製品のSpace、IDEのテーマとフォント、教育、パートナー、オープンソースプロジェクトのサポートなど、沢山の発表や出来事がありました。 JetBrainsの20年の歴史と最新情報に興味のある方は、ぜひ詳細をご覧ください!
Format files from the command lineIntelliJ IDEA can format your code according to the configured code style settings. You can also apply your code style formatting to the specified files from the command line. The command-line formatter launches an instance of IntelliJ IDEA in the background and applies the formatting. It will not work if another instance of IntelliJ IDEA is already running. In th
インテリジェントなコードレビューで強化された Git ホスティング、パッケージなど。 無料で開始。
Supercharged Git hosting with intelligent code reviews, packages, and more. Get started for free.
次のページ
このページを最初にブックマークしてみませんか?
『JetBrains Night Tokyo 2018』の新着エントリーを見る
j次のブックマーク
k前のブックマーク
lあとで読む
eコメント一覧を開く
oページを開く