bookshelf-modelbase
bookshelf-modelbase copied to clipboard
autocomplete issue when working on Intellij IDEA
unfortunatly, it seems that the autocomplete utility is not supported yet. the autocomplete works just fine with bookshelf methods, but not with bookshelf-modelbase methods like orWhere, findOne .... Is there any solutions? Thanks
@JavaZakariae what autocomplete utility?
Ì mean code complete,like Basic completion; when you start typing the method name for example, the IDE suggest some method names and their signature.