brandon1024 / cortado.vim

Import Java classes by name, find unused import statemens, and many other goodies!
MIT License
2 stars 0 forks source link

enhancement: split import statements on same line #5

Closed brandon1024 closed 2 years ago

brandon1024 commented 2 years ago

If there are import statements on the same line (see example below), the plugin will skip over it. We should make an effort to reformat such lines.

import java.util.ArrayList;import java.util.Collections;import java.util.HashMap;
brandon1024 commented 2 years ago

Be sure to update the limitations section in the help doc page.

brandon1024 commented 2 years ago

To be fixed in #19