|
|
|
|
|
by yyyyyyyyyyyy123
2319 days ago
|
|
Intellisense allows me to write code without having to check definitions of types that I'm using. e.g I'm using type<Person> and I can just check list of its properties at current place instead of having to go to the definition same with liberaries, despite that it may not be the smartest thing to do (you should check docs) it works fine very often |
|