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
Autocomple shows different results when using tab and not using tab.
Expected behaviour: Not pressing tab should show the same results as using tab before
Specs:
Example:
As a basic example we'll use the following code:
package main
import"fmt"funcmain() {
fmt.Println("Hello World")
}
when entering fmt (without pressing TAB) and entering a dot after it this autocomplete is shown:
when entering fmt (with pressing TAB) and entering a dot after it this autocomplete is shown:
The text was updated successfully, but these errors were encountered:
Autocomple shows different results when using tab and not using tab.
Expected behaviour: Not pressing tab should show the same results as using tab before
Specs:
Example:
As a basic example we'll use the following code:
when entering fmt (without pressing TAB) and entering a dot after it this autocomplete is shown:
when entering fmt (with pressing TAB) and entering a dot after it this autocomplete is shown:
The text was updated successfully, but these errors were encountered: