Open ice1000 opened 5 years ago
Cool! Very helpful.
:+1:
OHMYGOD YES PLEASE
consider wrapping stacktrace to something like <details><summary>Something meaningful</summary>...stacktrace...</details>
BTW. Works good for https://github.com/KronicDeth/intellij-elixir/issues/902
consider wrapping stacktrace to something like
BTW. Works good for KronicDeth/intellij-elixir#902Something meaningful
...stacktrace...
OHMYGOD THAT"S AWESOME
Oh my god I just realized I'll have to rewrite my old error reporter in Kotlin to Scala
Can I use Kotlin? It's too hard to deal with Java collections in Scala codes.
Can I use Kotlin?
Well, I prefer Scala but I have no problem with Kotlin itself. I do not know how to integrate with sbt build and IntelliJ scala project.
It's too hard to deal with Java collections in Scala codes.
It's not difficult, you just have to import:
import scala.collection.JavaConverters._
Well, I prefer Scala but I have no problem with Kotlin itself. I do not know how to integrate with sbt build and IntelliJ scala project.
No need to worry about this. IntelliJ will help with compiling Kotlin codes during packing the .zip.
And sbt compile/build?
I would appreciate if you try solution with:
import scala.collection.JavaConverters._
Maybe it's already implemented in IntelliJ Scala plugin.
And sbt compile/build?
Not sure, have 0 knowledge about this
Yes, will try later. But you may try the .zip I've just uploaded, it's nice.
Did you try the language injection feature? It's great when you're working with regex or jsons
Did you try the language injection feature?
Not yet. I will try later.
Maybe it's already implemented in IntelliJ Scala plugin.
They use YouTrack, we use GitHub. It's different.
When IDE throws an Exception, it has the ability to blame on a plugin. It also supports reporting the Exception with the stacktrace to somewhere when the Exception occurs.
Any interests in adding this feature (and the error will be reported to GitHub, with a format like ice1000/julia-intellij#270)? I know how to impl this, just asking a question here.