sourcegraph / javascript-typescript-langserver

JavaScript and TypeScript code intelligence through the Language Server Protocol
https://sourcegraph.com
Apache License 2.0
793 stars 72 forks source link

feat: add organize imports #597

Open gexplorer opened 5 years ago

gexplorer commented 5 years ago

I added the organize imports command

codecov-io commented 5 years ago

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.