objecthub-io / ObjectHub

ObjectHub is an open repository for software objects and a development platform.
2 stars 1 forks source link

Better way of linking dependencies to code #308

Open mxro opened 6 years ago

mxro commented 6 years ago

Another minor user experience thing is Drag and Drop for adding database references to javascript code, normally you need to drag and drop objects between () and there is very small space between brackets so it feels like very precise drag and drop. A simple fix could be adding a button to object browser to put a reference at the last cursor point, so this way after typing () and putting cursor between brackets and then click on a button in for the object and its reference will be put in between cursor. This would make it more easier to reference things from the explorer in the code.