Oleksii Davydov

Results 3 comments of Oleksii Davydov

Currently your plugin loads predefined lists of completions. It doesn't see my own variables and their values (unless I hardcode them into sbc-api-*.sublime-settings, which isn't practical) The plugin I mentioned...

As a workaround you can use https://www.npmjs.com/package/glob-run . So build script looks like this: ``` "scripts": { "build": "glob-run mmdc -i path-to-folder/**/*.mmd" } ```

@MaciekBaron , have you seen https://github.com/Pleasurazy/Sublime-Better-Completion ? It would be great, if you combine your plugins somehow.