Cary Robbins

- Total activity 53
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 2
- Subscriptions 16
-
-
Cary Robbins created a post, LanguageSubstitutor can't override user file types
By default, in Project Settings > File Types, there exists an association of .hs files with Haskell files, which provides some simplistic, default syntax highlighting and completion. There are two ... -
Cary Robbins created a post, ModuleBuilder.createModule() causes
Originally, I was using ModuleBuilder#createModule() to get a single module, then ModuleBuilder#commit() to commit it to the project. https://github.com/carymrobbins/intellij-haskforce/blob/75076d0... -
Cary Robbins created a post, IntelliJ as a library
When developing plugins for IntelliJ, is it possible to add IntelliJ as a library dependency (maven, ivy, etc.) instead of using the Plugin SDK and pointing to your installation? That would make i... -
-
-
Cary Robbins created a post, AnsweredReference/resolve classes/methods to/from Java
When developing custom JVM language support, what is the proper way to register new Java classes and methods? For instance, in Frege, we might have a file like this - module foo.bar.Baz wheredata Q... -
-
Cary Robbins commented, -
Cary Robbins created a post, Editor hint not showing when called from menu
I have a TypeInfoAction which can be called from either View > Type Info or by pressing a keyboard shortcut. It uses HintManagerImpl.showEditorHint to display the type info, which works when calle...