Open just-ero opened 2 days ago
Note: The extension method is picked up while typing (typing c.M
will contain M
from the extension namespace) and does add the required namespace upon accepting the suggestion.
However, this is also not always the case. I have not been able to figure out the conditions of this behavior.
@genlu can you ptal.
Version Used
Compiler: 4.13.0-2.24565.3 (c267dc98)
.NET: 9.0.100
Visual Studio Code: 1.95.3,
f1a4fb101478ce6ec82fe9627c43efbf9e98c813
, x64C# Extension: v2.57.28
C# Dev Kit Extension: v1.14.8
Steps to Reproduce
Add the following code wherever syntactically applicable in Project 1:
Add the following code wherever syntactically applicable in Project 2:
Add import
onc.M()
.Expected Behavior
The fix is suggested.
Actual Behavior
It is not.