Auto-Import
Auto-Import copied to clipboard
RxJs no import Suggestion
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
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 :)