Open lmajano opened 4 years ago
Create a completions-build folder and inside put a box.json which has latest ColdBox installed.
completions-build
box.json
scripts
compile
task run Build
Build.cfc
../completions
functions
Create a
completions-build
folder and inside put abox.json
which has latest ColdBox installed.scripts
section to thebox.json
and add one script:compile
which will run the task runner:task run Build
Build.cfc
based on the following file: https://github.com/ColdBox/coldbox-platform/blob/development/tests/tools/IDEDictionaries/sublime-completions.cfm../completions
folder.functions