java.tmbundle
java.tmbundle copied to clipboard
TextMate support for Java
_From @dgolub on February 12, 2016 22:22_ When editing Java in Visual Studio Code, import directives are shown with the package names in blue as if they were keywords. They...
_From @Matthijs-Wessels on December 22, 2015 23:24_ The coloring of java enums if off when you add values. The strings in the below example will be colored as if it's...
Do you know of a Tidy script for Java/JSP or do you have any intentions of adding this as a feature to your bundle?
If you're using Streams in Java 8 sooner or later you'll want to use method references. There's a problem when you use the ::new method reference, as in: ``` java...
Here is a patch that will set the source path to the directory of the source file during compiling. This allows a class to find other classes in the same...