Sublime Forum

How to write code for angular 2 in typescript using sublime?

#1

Hello, Sublime users!

I used sublime in my all projects. Now when I write code in angular 2 I have 2 big problems in this editor:

  1. This editor doesn’t have an auto import library as WebStorm. When I write:
    private router: Route… <then I need tooltip with information and when I click enter then automatic this library should be imported in the top.

  2. Sublime doesn’t show which libraries I don’t use in this file. e.x. web storm changes color to gray when this library isn’t used.

Maybe you know plugin on libraries which help me? I can pay for this plugin but this is very important for me for working in sublime.

0 Likes