Home
IDEs Support (IntelliJ Platform) | JetBrains
Contact Support
Community
Sign in
Alexander Doroshko
Total activity
2479
Last activity
November 15, 2024 18:36
Member since
June 09, 2009 09:45
Following
0 users
Followed by
1 user
Votes
0
Subscriptions
851
Activity overview
Articles (0)
Posts (0)
Comments (1628)
Sort by recent activity
Recent activity
Votes
Created
June 24, 2022 09:06
Official comment
Dart support in IntelliJ IDEA is based on the Dart Analysis Server. It's a special tool from the Dart SDK that works as a language server. While the Dart plugin still builds PSI, it's not used dire...
Community
IntelliJ IDEA Open API and Plugin Development
what is the PSI data structure responsible for retrieving static types of a language?
0 votes
Created
May 16, 2022 11:54
I can say that yes, there's API for everything and yes, everything is possible, but I'll need some time to debug the IntelliJ Platform and find the best way of solving this task. Sorry, no helpful ...
Community
IntelliJ IDEA Open API and Plugin Development
Reference highlighting in Dart
0 votes
Edited
May 13, 2022 09:54
Official comment
IntelliJ doesn't use AnalysisServer.occurrences() notification for occurrences highlighting but it uses its own standard mechanism, which is based on references resolution, which for Dart means - n...
Community
IntelliJ IDEA Open API and Plugin Development
Reference highlighting in Dart
0 votes
Created
April 19, 2022 13:27
There's also a feature request to support the inlay hints natively in the Dart plugin. Please vote to get notified on progress: https://youtrack.jetbrains.com/issue/WEB-53819
Community
IntelliJ IDEA Open API and Plugin Development
How to get the type or custom type of a dart value?
0 votes
Created
April 19, 2022 13:25
Official comment
Dart language support in IntelliJ IDEA is based on the Dart Analysis Server. It’s a tool from the Dart SDK, which works as a language server. So, all smartness in the Dart plugin comes from the ser...
Community
IntelliJ IDEA Open API and Plugin Development
How to get the type or custom type of a dart value?
0 votes
Created
April 05, 2022 08:48
Official comment
Thank you for the screenshots and the sample project. I don't see any configuration problems with this project. Unfortunately, we don't have enough experience with writing real AIR applications, so...
Community
IntelliJ IDEA Users
Not able to debug Flash project on my connected iPhone
0 votes
Created
November 09, 2021 17:22
Official comment
Sorry for delay, I was on vacation. Local variables are renamed in-place. That's true, Dart plugin doesn't call edit.getRefactoring in this case. It uses navigation data (references) instead, which...
Community
IntelliJ IDEA Open API and Plugin Development
Dart: rename variable from the server
0 votes
Created
October 12, 2021 14:48
Official comment
Dart-community.iml may be not up-to-date, I'll have a look and fix it. Versions are correct if you are using IntelliJ IDEA 2021.2.x; 2021.3 EAP should be fine as well. Some test failures are expect...
Community
IntelliJ IDEA Open API and Plugin Development
Dart plugin: tests failing
0 votes
Created
October 12, 2021 14:43
Official comment
Thanks, looks like some plugins have been renamed since that readme was last updated. The new names are Git, Java Internationalization, Properties. The other 4 listed plugins do exist. I checked in...
Community
IntelliJ IDEA Open API and Plugin Development
Dart: plugin prerequisites
0 votes
Created
September 03, 2021 08:00
Thank you for the investigation. It's impressive! I hope we'll find time to improve it in a non-hacky way. Please file an issue in https://youtrack.jetbrains.com/issues/WEB to track progress (Proje...
Community
IntelliJ IDEA Users
Dart code suggestions do not show until typing is stopped
0 votes
«
First
‹
Previous
Next
›
Last
»