vala-language-server icon indicating copy to clipboard operation
vala-language-server copied to clipboard

RFC: add a way to open GtkTemplate file quickly

Open taozuhong opened this issue 1 year ago • 0 comments

add a way to open GtkTemplate file quickly, for example: right click on the template line, then pop out context menu to open it

[GtkTemplate(ui = "/res/ui/view_file.ui")]
public class FileGridView : Gtk.Box {
}

taozuhong avatar Oct 30 '22 03:10 taozuhong