Before pressing ctrl + space, intellisense shows: click here for image description
After pressing ctrl + space, intellisense displays: click here for image description
Upon updating to vs code version 1.11.0 and opening my project, I encountered an issue with code completion while using import statements. Previously, when typing the node module name in (import {foo} from 'fo'), suggestions would appear for the 'foo' file as I typed. However, post-upgrade, this feature is no longer functioning until I manually press ctr + space.