Chris

Results 27 comments of Chris

Also, see here: https://github.com/editorconfig/editorconfig/issues/209

@yburkouski I updated the plugin to work with 2019.2, the JITWatch report panel works with both Kotlin Plugin 1.3.50 and 1.3.41 Check out https://github.com/alshain/jitwatch-intellij/releases/tag/v1.0.2

@yburkouski can you share a stack trace from within the Intellij logs? Also, maybe try installing the build I published here: https://github.com/alshain/jitwatch-intellij/releases/tag/v1.0.2 I only tested from within `gradlew :runIde`, but...

@nitram509 Check out my PR here: #9 , I've made some changes to the plugin to get it to work with IntelliJ 2018.1 through 2019.1

I'm experiencing the exact same issue on Windows 7 32bit with a 64 bit CPU. Unlike @espoelstra 's install, this is a native installation, not virtualized.

It would be nice if this could also be backported to 0.37

@xylo Sure. I have several methods/expressions that work on collections of Entities for example, or Collections of other things. e.g. a method like: `Entities.mapById(Collection): Map` And a postfix template: `students.mapById`...

Thanks for the detailed reply! I have raised a [feature request](https://youtrack.jetbrains.com/issue/IDEA-198477) with JetBrains for this. Maybe support in the built in postfix templates would make implementation here easier, too.

@akozlova Hey Anna. Thanks for taking a look. How can a test check whether or not the "search for accessor" popup shows?