javascript-typescript-langserver icon indicating copy to clipboard operation
javascript-typescript-langserver copied to clipboard

feat: add organize imports

Open gexplorer opened this issue 6 years ago • 1 comments

I added the organize imports command

gexplorer avatar Apr 10 '19 11:04 gexplorer

Codecov Report

Merging #597 into master will increase coverage by 0.16%. The diff coverage is 85.71%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #597      +/-   ##
==========================================
+ Coverage   83.09%   83.25%   +0.16%     
==========================================
  Files          15       15              
  Lines        2058     2132      +74     
  Branches      423      446      +23     
==========================================
+ Hits         1710     1775      +65     
- Misses        346      353       +7     
- Partials        2        4       +2
Impacted Files Coverage Δ
src/typescript-service.ts 85.12% <85.71%> (ø) :arrow_up:
src/project-manager.ts 87.59% <0%> (+0.52%) :arrow_up:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 8821141...64c1c80. Read the comment docs.

codecov-io avatar Apr 10 '19 11:04 codecov-io