Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

License

NotificationsYou must be signed in to change notification settings

flutter/dart-intellij-third-party

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Latest Plugin Versionpresubmit

Development setup

  1. Clone this repository with

    git clone git@github.com:flutter/dart-intellij-third-party.git
  2. Download the latest stableIntelliJ Ultimate orIntelliJ Community

  3. From the "Welcome to IntelliJ IDEA" dialog, select "Open" and then selectthird_party directory in this repository.

  4. View > Tool Windows > Gradle, and click the button "Sync All Gradle Projects".

  5. The Java source code should now be compiled. To launch an IDE with this plugin, execute the following on the command line (from thethird_party directory):

    ./gradlew runIde

Gradle tasks

This project is built with theIntelliJ Platform Gradle Plugin

To see all current and valid Gradle tasks execute

./gradlew tasks

A subset of the current output fromtasks command:

----------------------------------------------------------Tasks runnable from root project 'Dart'------------------------------------------------------------Build tasks-----------assemble - Assembles the outputs of this project.build - Assembles and tests this project....IDE tasks---------cleanIdea - Cleans IDEA project files (IML, IPR)idea - Generates IDEA project files (IML, IPR, IWS)openIdea - Opens the IDEA projectIntellij platform tasks-----------------------buildPlugin - Builds the plugin and prepares the ZIP archive for testing and deployment.runIde - Runs the IDE instance using the currently selected IntelliJ Platform with the built plugin loaded.verifyPlugin - Runs the IntelliJ Plugin Verifier CLI tool to check the binary compatibility with specified IDE builds....

Tests

To runall tests execute

./gradlewtest

However, in the project tests are split between the unit tests undersrc/main/test/java/com/jetbrains/lang/dart and the Dart Analysis Server tests undersrc/main/test/java/com/jetbrains/dart/analysisServer.

To run theunit tests on the command line run:

./gradlewtest --tests"com.jetbrains.lang.dart.*"

To run theDart Analysis Server tests, first set aDART_HOME (configured and set in.github/workflows/presubmit.yaml and in the tests themselves), then on the command line run:

./gradlewtest --tests"com.jetbrains.dart.analysisServer.*"

These test suites can be configured as Gradle run configurations for running and debugging the tests from the IDE.

Each of these test suites are run on GitHub presubmits, configured in.github/workflows/presubmit.yaml.

IntelliJ Plugin Verifier

Seeintellij-plugin-verifier,https://github.com/JetBrains/intellij-plugin-verifier.

To run the verifier run:

./gradlew verifyPlugin

The plugin verification is run on GitHub presubmits, configured in.github/workflows/presubmit.yaml.

Project and repository history

This repository was originally a copy of theDart Plugin for IntelliJ from JetBrains through the commithttps://github.com/JetBrains/intellij-plugins/commit/c912b13b1dd8acccd6259dedc4063848a8f87b2b.

Before the move to this repository, the project had 4 working and active branches which were used to build different IntelliJ versions:

  • 243 - 2024.3
  • 251 - 2025.1
  • 252 - 2025.2
  • master - the current master for intellij-community, targeting the next version 2025.3

In its original location the project was built with Bazel; however, in github.com/flutter, the project is built using Gradle (seehttps://plugins.jetbrains.com/docs/intellij/tools-intellij-platform-gradle-plugin.html).

About

No description, website, or topics provided.

Resources

License

Code of conduct

Contributing

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors5


[8]ページ先頭

©2009-2025 Movatter.jp