|
|
|
|
|
by rendall
1586 days ago
|
|
I'm not sure why you're getting down-voted, but I want to ask about this. > "I've never had one suggest code for me to write or suggest a method name" That's confusing to me. You mean if you were coding something in, say, JavaScript, and you typed `Math.` that never in your experience has any IDE popped up a list of methods, like `abs` or `random`, that you could down-arrow through and select by hitting enter? Like, go here - https://www.typescriptlang.org/play - and type "Math" on line 1 and then type "." That list of pop-ups is a completely novel experience for you? |
|