Auto-Import icon indicating copy to clipboard operation
Auto-Import copied to clipboard

RxJs no import Suggestion

Open vovikdrg opened this issue 8 years ago • 1 comments

I am using version 1.2.2 and its not suggesting import for BehaviorSubject meanwhile it suggest for Subject. Both of them they are in the same "place"

import { Subject, BehaviorSubject } from 'rxjs';

So if i add to my code

var subject = new Subject();
var bs = new BehaviorSubject(2);

For first Subject i will have suggestion for BehaviorSubject i will not have import suggestion

vovikdrg avatar Nov 11 '16 02:11 vovikdrg

Thanks for the feedback - I have been away from this project for a few weeks now but I am back and looking at as many issues as I can.

Thanks for using it :)

soates avatar Nov 20 '16 13:11 soates