Scott McKinney

- 活动总数 46
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 1
- 订阅数 14
-
-
-
Scott McKinney 创建了一个帖子, 已回答Override Java code formatter to prevent comments with a specific prefix from indenting?
Any way to override the Java code formatter based on the content of a comment? For example let's say I want to prevent a comment from getting indented if it looks like this /*!! blah */ . I've exa... -
-
-
-
Scott McKinney 创建了一个帖子, 已回答Raw string literals not working with IntelliJ IDEA 2019.2 EAP (Ultimate Edition) Build #IU-192.5281.24
Raw string literals don't appear to be supported in IntelliJ IDEA 2019.2 EAP (Ultimate Edition) Build #IU-192.5281.24. I have a Project SDK setup for: * JDK 13 * 13 (Preview) - Text blocks` also tr... -
Scott McKinney 进行了评论, -
Scott McKinney 创建了一个帖子, 已回答Language injection using a template language?
Is it possible to use language injection with a template language? //language=mtlString s = "hello" + "<% if(true) { %>" + "foo" + "<% } %>" + "bye"; This example fails to fully engage lang... -