I noticed that there seems to be autocomplete suggestions coming for the atom global variable, even when all I have in my atom.js decls is declare var atom: Object
I'm mainly asking because when I write my own types, I'm unable to get descriptions of the types appear at the bottom of the autocomplete window like they do in the screenshot. Just wanted to see if there's a certain syntax you need to use for comments to show up in the autocomplete suggestion.
I tried looking through both atom-ide-ui and ide-flowtype, but I don't think I was able to find where the descriptions were coming from.
I noticed that there seems to be autocomplete suggestions coming for the
atom
global variable, even when all I have in myatom.js
decls isdeclare var atom: Object
I'm mainly asking because when I write my own types, I'm unable to get descriptions of the types appear at the bottom of the autocomplete window like they do in the screenshot. Just wanted to see if there's a certain syntax you need to use for comments to show up in the autocomplete suggestion.
I tried looking through both
atom-ide-ui
andide-flowtype
, but I don't think I was able to find where the descriptions were coming from.