Home
IDEs Support (IntelliJ Platform) | JetBrains
Contact Support
Community
Sign in
Mikhail Mutcianko
Scala plugin team
Total activity
28
Last activity
September 30, 2019 16:09
Member since
September 29, 2014 11:04
Following
0 users
Followed by
0 users
Votes
0
Subscriptions
13
Activity overview
Posts (0)
Comments (15)
Sort by recent activity
Recent activity
Votes
Created
September 05, 2019 10:16
scala-library should be excluded from your plugin's runtime classpath since it already depends on another plugin(Scala plugin for IJ) which already has one. If you don't do this, instances of scala...
Community
IntelliJ IDEA Open API and Plugin Development
LinkageError related to Scala collections after upgrade to 2019.2
1 vote
Created
April 16, 2019 13:01
Yes, this is the correct way of injecting new members into companion objects. As for your second question, injection is only possible within the annotated scope, and while technically scala reflect...
Community
IntelliJ IDEA Open API and Plugin Development
Inject synthetic classes into a Scala package using SyntheticMembersInjector API
1 vote
Created
September 30, 2019 16:09
That's a rather complicated situation you have and I'm afraid, there's no easy way to do this. If the Scala plugin dependency wasn't optional, you could just have unbundled scala-librarary from you...
Community
IntelliJ IDEA Open API and Plugin Development
LinkageError: loader constraint violation: loader (instance of com/intellij/ide/plugins/cl/PluginClassLoader) previously initiated loading for a different type with name "scala/concurrent/Future"
0 votes
Created
August 23, 2019 20:22
Hi! Thanks for your interest in contributing!At the moment sbt-idea-plugin is undergoing some heavy refactoring to fix several issues, including the ones you're facing right now. You can track them...
Community
IntelliJ IDEA Open API and Plugin Development
sbt-idea-plugin. Can't load my plugin
0 votes
Created
November 19, 2018 14:54
Hi! It seems you're following some outdated examples for setting up your build.I've created a PR to update it here: https://github.com/uzimith/easycursor/pull/1You can take a look how we're using s...
Community
IntelliJ IDEA Open API and Plugin Development
sbt-idea-plugin: Assertion failed: Duplicate bundled template
0 votes
Created
May 04, 2017 14:53
Official comment
You are missing paradise plugin for Scala compiler, which is required to support the inline keyword. Please try adding it with dependencies { ... scalaCompilerPlugin "org.scalameta:paradise_2.11....
Community
Scala
scala.meta annotation not recognised
0 votes
Created
November 06, 2016 10:20
Official comment
EAP with scala.meta support will be out next week. But in case you're eager to test the upcoming features, you can switch to "Nightly" update channel in Scala plugin settings.
Community
Scala
Scala.meta macro support in EAP
0 votes
Created
June 24, 2016 13:54
Official comment
The method you're looking for is injectFunctions. The logic here is fairly simple - when your injector starts processing an object, look whether its companion class has an annotation and if it does...
Community
Scala
Intellij Idea scala Plugin to support macro question
0 votes
Created
June 24, 2016 13:40
Official comment
It seems you're using JDK 1.6 to compile the project. Although this should theoretically be possible with a few fixes, I would still suggest using 1.8, especially since we are currently migrating t...
Community
Scala
Contribution
0 votes
Created
May 18, 2016 13:19
Official comment
You don't need to manually copy it. Simply change sbtStructureVersion = "5.1.2" inside project/dependencies.scala to whatever version you've set in respective build file of sbt-structure and build ...
Community
Scala
sbt-structure - develop and debug flow
0 votes
Next
›
Last
»