Scott McKinney

- Total activity 47
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 2
- Subscriptions 14
-
-
-
Scott McKinney created a post, AnsweredOverride 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 created a post, AnsweredRaw 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 commented, -
Scott McKinney created a post, AnsweredLanguage 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... -