Hacker News new | ask | show | jobs
by eGQjxkKF6fif 372 days ago
Exactly. It tells me the same things. It'll often give me the require() for javascript on packages I should use.
1 comments

Personally, I don’t see the point. Searching for markdown libraries is not hard, a good library (the same that will show up first) will show you usage instructions at the top. You can copy-paste those and be done.

Also modern JavaScript uses import, require() is very 2015. If the AI is recommending you use require() I would suggest a better one.