Skip to content
New issue

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

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

Already on GitHub? # to your account

No type completion for field type #369

Closed
i582 opened this issue Feb 26, 2025 · 0 comments · Fixed by #381
Closed

No type completion for field type #369

i582 opened this issue Feb 26, 2025 · 0 comments · Fixed by #381
Assignees
Labels
bug Something isn't working or doesn't seem right lsp: completion `textDocument/` Completion Request

Comments

@i582
Copy link
Collaborator

i582 commented Feb 26, 2025

contract Test {
    owner: <caret>

    init() {
        
    }

    fun master_addr(): Address{
        return contractAddress(initOf MasterV0());
    }
}
@i582 i582 added bug Something isn't working or doesn't seem right lsp: completion `textDocument/` Completion Request labels Feb 26, 2025
@i582 i582 self-assigned this Feb 26, 2025
i582 added a commit that referenced this issue Feb 28, 2025
@i582 i582 closed this as completed in #381 Feb 28, 2025
@i582 i582 closed this as completed in 43c31ed Feb 28, 2025
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
bug Something isn't working or doesn't seem right lsp: completion `textDocument/` Completion Request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant