Brad Peabody
Brad Peabody
See what it would take to make a basic VSCode plugin for .vugu files. Is there a simple workaround we can just make instructions for right away in the wiki...
**Is your feature request related to a problem? Please describe.** Sometimes I have to do things manually with the page DOM that are not (yet?) supported by Vugu. For example,...
In Vue events are treated the same when it comes to built-in browser events (e.g. `@click`) and custom events from a component but this is not a good pattern for...
There's a lot of functionality that is only feasible with a "router", although we need to define what that means. Examples of things that need to work: * Get a...
**Is your feature request related to a problem? Please describe.** There is some appeal to the idea of being able to easily construct components only using Go code. This is...
**Is your feature request related to a problem? Please describe.** I think it would be useful if `` resulted in the element not being output at all. (Note that an...
**Is your feature request related to a problem? Please describe.** There is a growing list of things that must exist in order for certain functionality to work and the code...
In addition to https://github.com/vugu/vugu/issues/41 another round of size optimization should be done: - **const folding** for strings (tag names and attributes) - there are a bunch of places tag names...
**Is your feature request related to a problem? Please describe.** Features that would be great to have for an editor include: - Code completion for attributes on Vugu components. I.e....
It would be better practice to be able to instantiate components which have a New... method by calling that method. The main question is the syntax. If we can come...