Keith Lazuka

- Total activity 20
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 7
- Subscriptions 6
-
Keith Lazuka commented, -
Keith Lazuka commented, -
Keith Lazuka created a post, AnsweredHow to collect usage data?
I'm the author of a plugin for the Elm language, and I would like to determine how many people using the plugin are running Elm 0.18 vs 0.19 so that I can decide whether it's worth maintaining comp... -
Keith Lazuka created a post, GrammarKit: error recovery for list of one thing followed by list of a different thing
I'm working on a parser for Elm, and I'm running into trouble with the parse error recovery of top-level declarations. Elm is a Haskell-like language where each file has a list of zero-or-more impo... -
-
-
Keith Lazuka created a post, ClassNotFoundException for PsiTreeUtilKt in WebStorm
I'm getting a `ClassNotFoundException` for com.intellij.psi.util.PsiTreeUtilKt when invoking an intention action in my plugin on WebStorm (WS-173.4127.31). There are a couple of weird things about ...