Line numbers in Inform 7 Windows IDE?

I’m wondering:
Is it possible to show the line numbers in the source code of my inform7 game in the Windows IDE? And easily check the number of words in my code?

The number of words is displayed in the “Results” tab.

I don’t know about the line numbering. If an error is generated upon compilation, the reason is displayed in the right panel. If you click the little orange circles next to each error, it will take you to an highlight the location in your source code.

PS. If you use the command line version, VSCode works well and provides line numbering.