Skip to content

Variables not listed after NOT operator #46

Description

@kraftwer1

I'm not sure if this is a bug or a missing feature.

Usually, variables get listed for code completion while typing:

var is_sunny_weather = true

if is_sun| # | is the text cursor and Zed would list "is_sunny_weather" in the appearing dropdown

However, it does not when there is a preceding NOT operator:

var is_sunny_weather = true

if !is_sun| # note the "!", and Zed does not list any local variables anymore

Any idea?

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    upstreamDepends on a change in the Godot engine, Zed, or another dependency

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions