Asashour
- 活动总数 25
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 9
- 订阅数 7
-
-
Asashour 创建了一个帖子, 已回答Reference 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 创建了一个帖子, 已回答Dart: 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 创建了一个帖子, 已回答Dart 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 创建了一个帖子, 已回答Dart: 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 创建了一个帖子, 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 进行了评论, -
Asashour 创建了一个帖子, 已回答Dart: analysis server log
Is there a possibility to see the communication between the Dart analysis server and the IDE? -
Asashour 创建了一个帖子, 已回答Build 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...