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
from Standard.Base import all
from Standard.Table import all
from Standard.Database import all
from Standard.AWS import all
from Standard.Google_Api import all
from Standard.Microsoft import all
from Standard.Snowflake import all
from Standard.Tableau import all
import Standard.Examples
import Standard.Visualization
from Standard.Base.Metadata import Widget, Display, make_single_choice
some_func x:(Text|Number) = x + 'e'
main =
any1 = Main.some_func 'y'
I expect to have a suggestion database populated with Main.some_func method as soon as the project is loaded. However, it does not happen. Suggestion database update only arrives when I edit the project code somehow (usually changing the body of the method).
Engine version:
Enso Project Manager
Version: 2025.1.1-nightly.2025.1.30
Built with: scala-2.13.15 for GraalVM 24.0.0
Built from: develop @ caec1e6069364170926dc3303e9cb0abe22145af
Built on: Mac OS X (aarch64)
bug-no-suggestion-for-local-func.mp4
The text was updated successfully, but these errors were encountered:
I have a project with the following code:
I expect to have a suggestion database populated with
Main.some_func
method as soon as the project is loaded. However, it does not happen. Suggestion database update only arrives when I edit the project code somehow (usually changing the body of the method).Engine version:
bug-no-suggestion-for-local-func.mp4
The text was updated successfully, but these errors were encountered: