logoalt Hacker News

scuff3dyesterday at 11:11 PM1 replyview on HN

Yeah, it usually gets the required args right based on various pieces of context. It have a big variation though between extension. If the extension can't pull context from the entire project (or at least parts of it) it becomes almost useless.


Replies

stephenrtoday at 12:22 AM

IntelliJ platform (JetBrains IDEs) has this functionality out of the box without "AI" using regular code intelligence. If all your parameters are strings it may not work well I guess but if you're using types it works quite well IME.

show 1 reply