Asashour
- Total activity 25
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 9
- Subscriptions 7
-
-
Asashour created a post, AnsweredReference highlighting in Dart
I am new to IntelliJ plugin development and trying to fix the issue for https://github.com/dart-lang/sdk/issues/48281 With this case class A { A(int x);}class B extends A { int y; B(super.x) : y... -
Asashour created a post, AnsweredDart: rename variable from the server
I am trying to make the Dart plugin use the server for renaming a variable, as the IDEA part to fix https://github.com/dart-lang/sdk/issues/47521 The following points are noticed: The plugin doesn... -
Asashour created a post, AnsweredDart plugin: tests failing
After following the Dart plugin instructions, on running the Dart tests with master branch, some tests fail. I also noticed that the plugin won't compile unless "intellij.platform.ide.util.netty"... -
Asashour created a post, AnsweredDart: plugin prerequisites
I am trying to build the Dart Plugin. In the Prerequisites, multiple plugins are required, however they don't exist Git Integration I18n for Java IntelliLang JUnit Plugin DevKit Properties Suppo... -
Asashour created a post, Dart: getters/setters: show read/write access
I see the "Show read/write access" has not effect, however it should show only getters or setters accordingly. Is this a bug? Sample code and screenshot: class A { int get a => 1; set a(int i) ... -
Asashour commented, -
Asashour created a post, AnsweredDart: analysis server log
Is there a possibility to see the communication between the Dart analysis server and the IDE? -
Asashour created a post, AnsweredBuild and run IntelliJ with maven
I am able to build and run IntelliJ from source, however on opening a maven project there is an exception below. I guess is it because "plugins/maven/maven36-server-impl' is not built. However, b...