Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

No suggestion entry for local function when loading the project #12239

Open
vitvakatu opened this issue Feb 5, 2025 · 0 comments
Open

No suggestion entry for local function when loading the project #12239

vitvakatu opened this issue Feb 5, 2025 · 0 comments
Labels

Comments

@vitvakatu
Copy link
Contributor

I have a project with the following code:

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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Status: New
Development

No branches or pull requests

1 participant