**IDE name and version:** ``` WebStorm 2020.1.1 Build #WS-201.7223.93, built on April 30, 2020 ``` **Styled-components plugin version:** ``` 1.1.2 ``` **Problem description:** If you use `styled.div<Props>""`, prop suggestion responses very slow and no value suggestions at all. screenshots:   However, if you use `styled("div")<Props>""`, syntax it works as intended. no lag or absence of value suggestion  