Help me understand how to understand new npm packages
Does anyone else find that npm packages are really annoyingly documented? Like, you have to either go to a website or read a readme on github every time. Why do none of them use documentation that can be read by the ide, so it can be displayed on hover by, like, vscode? In Spring Boot, for example, I can just hover over a method and see what it does immediately. If I wanted to do the same thing for an npm package, I would have to wade through a website and might not even find what I need. Am I doing something wrong?
u/Helpful_Badger3106 — 10 days ago