12-14-2022, 10:45 PM
Hi, I don't know if this is normal, when using autocompletion inside linq the list appears duplicated:
Autocompletion duplicated
|
12-14-2022, 10:45 PM
Hi, I don't know if this is normal, when using autocompletion inside linq the list appears duplicated:
12-15-2022, 04:58 AM
It's normal. The same in Visual Studio. VS and LA use Roslyn to get completion list items. It gives 2 items if the function has generic an non-generic overloads.
|
« Next Oldest | Next Newest »
|