You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the new version we are getting the this keyword presented as a parameter in classes which is incorrect in the sense that the first parameter you can change is not the THIS itself but the defined parameters.
This class only accepts 2 parameters dbFile and overwrite. While is true that the @this parameter exists, it shouldn't be suggested as the first parameter to fill out because you get this:
I already set the dbFile parameter but intellisense is telling me that i set the this parameter instead which is incorrect.
Possible solution
I like that the this parameter is shown, but it shouldnt be preselected as the first parameter. Is there a way to set the "second" parameter as highlighted when the intellisense tip is shown?
If that's possible then I would rather have that. If not, maybe having the this keyword as the last parameter or in the worse case, completely removed again :(
The text was updated successfully, but these errors were encountered:
In the new version we are getting the
this
keyword presented as a parameter in classes which is incorrect in the sense that the first parameter you can change is not the THIS itself but the defined parameters.This class only accepts 2 parameters
dbFile
andoverwrite
. While is true that the@this
parameter exists, it shouldn't be suggested as the first parameter to fill out because you get this:I already set the
dbFile
parameter but intellisense is telling me that i set thethis
parameter instead which is incorrect.Possible solution
I like that the
this
parameter is shown, but it shouldnt be preselected as the first parameter. Is there a way to set the "second" parameter as highlighted when the intellisense tip is shown?If that's possible then I would rather have that. If not, maybe having the
this
keyword as the last parameter or in the worse case, completely removed again :(The text was updated successfully, but these errors were encountered: