Search found 3 matches

by bennyyo
Thu Mar 21, 2019 7:51 pm
Forum: HTMLPad / Rapid CSS / Rapid PHP / WeBuilder Feature Requests
Topic: Better Framework auto completion needed
Replies: 0
Views: 3242

Better Framework auto completion needed

Hello, I enabled Laravel and typed: $validator = Validator::make($request->all(), [ 'username' => 'required|string|email|max:64', 'password' => 'required|string|min:6|max:35', ]); With a good auto completetion, upon typing: $validator = Validator, WeBuilder should have added: use Illuminate\Support ...
by bennyyo
Wed Mar 20, 2019 11:05 pm
Forum: HTMLPad / Rapid CSS / Rapid PHP / WeBuilder Feature Requests
Topic: Snippet area needs an update
Replies: 0
Views: 3389

Snippet area needs an update

Hello, Your snippet area need a few more gadgets to make it perfect. 1)Enabling the drag and drop from one folder to the next as sometime we may add a snippet to the wrong category, it is a bit annoying to have to scroll with the up and down arrows. 2)Enable a search bar for quick search(this would ...
by bennyyo
Wed Mar 20, 2019 11:03 pm
Forum: HTMLPad / Rapid CSS / Rapid PHP / WeBuilder Feature Requests
Topic: Need Laravel and Vue
Replies: 0
Views: 3260

Need Laravel and Vue

Hello, As Vue is now integrated into Laravel, it would make sense to have an IDE that make use of both. I love WeBuilder and I think it is a great piece of kit but having the latest Laravel and Vue frameworks missing for auto complete is a bit of a pain. It would also be great to have Webuilder ...