zlacker

[parent] [thread] 0 comments
1. edwinn+(OP)[view] [source] 2015-12-13 05:10:24
I'm using sublime. I'm in the market for great sublime plugins and it would be great if you could let me know what plugins you use :).

My workflow goes like this:

1. Write new code

2. Write unit-test

3. Run _just that_ unit-test w/ code-coverage from within my IDE without compilation (e.g.: no mvn clean install)

4. Get feedbacks (unit-test results, code-coverage results)

I take it linting/checkstyle/style-formatter is a given in sublime (I use jshint so I guess I know the answer to that ;)).

[go to top]