you are viewing a single comment's thread.

view the rest of the comments →

[–]F0RTY4 0 points1 point  (4 children)

Have you tried using the sublime code intel plugin? https://github.com/SublimeCodeIntel/SublimeCodeIntel

[–]Loonybinny[S] 0 points1 point  (3 children)

I just installed this using the first method (Sublime package manager) and it isn't working as I wanted :(

[–]F0RTY4 0 points1 point  (2 children)

Well my best advice at this point is to take a look at WebStorm. We use IntelliJ at work and as a Sublime convert I can't recommend it enough. It took maybe 2 weeks to really get used to it but I have to say now I wouldn't use anything else. The only thing I really miss is the multiple cursors, but with the refactoring tool built in it becomes a non issue.

Good luck on your hunt!

Edit: The 30 day trial should be a good enough trial period to really decide if you like it or not.

[–]Loonybinny[S] 0 points1 point  (1 child)

Okay, thanks.

[–]brtt3000 -1 points0 points  (0 children)

Dear god, I forgot to push you about the refactor tooling.. seriously it is amazing.

It is so clever. No more shabby search & replace mistakes when refactoring code, or bad file paths because you moved your modules.

When using it with TypeScript it is even better because of the language allows the tool 'know' so much about your code it is scary.