-
Notifications
You must be signed in to change notification settings - Fork 646
Function complete doesn't support inline functions #1287
Comments
It looks like we are checking if the I.e. before: My proposed solution: @ramya-rao-a thoughts? |
In this case what does |
@ramya-rao-a The |
@ramya-rao-a Yes, to confirm the |
by non-locally, you mean in another file in the same package? |
Not necessarily in another file, just declared in package scope rather than local scope. I.e.:
|
Wouldn't the non-locally declared function have the class as So |
This feature is now out in the latest update to the Go extension (0.6.80) |
If a local variable like this is defined
then
ensureKeyword
autocompletes toensureKeyword
without arguments even ifuseCodeSnippetsOnFunctionSuggestWithoutType
is true.The text was updated successfully, but these errors were encountered: