Issue
Is there any plugin that I have to install in Atom to get this type of information on hovering on variables, objects or functions somewhat like intellisense? It does in vscode but I want this same functionality in atom.
Solution
Meet IntelliSense.
Go beyond syntax highlighting and autocomplete with IntelliSense, which provides smart completions based on variable types, function definitions, and imported modules.
See docs it has perfect explanation about Intellisense https://code.visualstudio.com/docs
Answered By - Shubham Shah
0 comments:
Post a Comment
Note: Only a member of this blog may post a comment.