Asashour
- 活动总数 25
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 9
- 订阅数 7
-
创建于 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... -
创建于 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... -
创建于 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"... -
创建于 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... -
创建于 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) ... -
已编辑于 Dart: analysis server log
已回答Is there a possibility to see the communication between the Dart analysis server and the IDE? -
创建于 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...