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

Add support for autocomplete for object initialization fields #257

Closed
colinkiama opened this issue Jul 30, 2022 · 2 comments
Closed

Add support for autocomplete for object initialization fields #257

colinkiama opened this issue Jul 30, 2022 · 2 comments

Comments

@colinkiama
Copy link
Member

For example, while writing this code block:

var label = new Gtk.Label () {
    text = "Hello World"
};

Gtk.Label field suggestions should be displayed while writing the line for the text field.

@Prince781 Prince781 added the enhancement A new feature label Aug 6, 2022
@Prince781
Copy link
Member

This should hopefully be less complicated to achieve now that Vala.MemberInitializer is a Vala.Expression (wasn't true the last time I checked).

@colinkiama
Copy link
Member Author

colinkiama commented Aug 6, 2022

I'm sorry, this is a duplicate of #242. I just noticed now

@colinkiama colinkiama closed this as not planned Won't fix, can't repro, duplicate, stale Aug 6, 2022
@Prince781 Prince781 added duplicate and removed enhancement A new feature labels Aug 7, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants