Clay Nichols
Clay Nichols

Reputation: 12139

Does WebStorm have anything similar to Visual Studio's XML IntelliSense comments?

Same question as this one, but for WebStorm (NetBrains) IDE.

Upvotes: 0

Views: 232

Answers (1)

Clay Nichols
Clay Nichols

Reputation: 12139

Yes, you can use jsDoc with Webstorm.

type in /** {Enter} and it'll provide you with a jsDoc template.

Upvotes: 1

Related Questions