LogFAQs > #953017774

LurkerFAQs, Active DB, DB1, DB2, DB3, DB4, DB5, DB6, DB7, Database 8 ( 02.18.2021-09-28-2021 ), DB9, DB10, DB11, DB12, Clear
Topic List
Page List: 1
TopicGod I hate online timed coding tests
CoorsLight
04/19/21 9:25:06 PM
#13:


Autocomplete can be kind of annoying if you're just trying to type out int but when you don't remember the exact name of a class it's pretty handy. Or you have a ton of different libraries in your codebase and a Data object gives you a dozen results and you don't want to have to guess at which library is the right one and then copy-paste an import statement. Or you don't remember the names of every single function available in some huge class. Or when you don't want to manually indent your brackets, especially if you end up needing to wrap something in another code block which indents everything some more.

Some of that is more like auto-formatting and intellisense if you really want to split hairs, but yeah, these features exist for a reason
... Copied to Clipboard!
Topic List
Page List: 1