Currently hovering over import statements don't have hovering comments If you have a module like so: ///some comment export module math; You can see anything if you hover over this import math; Adding this feature would make it easier for end users of the libraries to know what module does what.