0.6.x¶
0.6.2¶
- Released:
04.02.2025
Fixes¶
🐛 ubCode Marketplace URLs
0.6.1¶
- Released:
04.02.2025
New and Improved¶
👌 Add quickstart command
👌 Add
chainoption to thescriptsconfiguration📚 Improve the documentation
0.6.0¶
- Released:
03.02.2025
New and Improved¶
👌 Add diagnostic for unknown need directive options.
👌 Add autocompletion of
needextenddirective options.✨ Add need directive
statusauto-completions, with items fromneeds.statusesconfiguration, if set.👌 Add config
needs.external_needs.skip_in_ubcode, which will skip reading of the external source when indexing.✨ goto definition / references for need directive links, when cursor is on the link value:
.. req:: :link_name: value ^^^^^
✨ Add “select ubcode ID in view” command. Available in command palette or right-click menu.
✨ Add
scriptsconfiguration and use in VS Code, for defining/running commands in the terminal (see scripts):[scripts] sphinx = "sphinx-build -b html . _build/html {{filepath}}" sphinx = { cmd = "sphinx-build -b html . _build/html {{filepath}}", env.SPHINXOPTS = "-W", terminal = "name", jinja = true }
In VS Code they can be accessed via the command palette (Ctrl+Shift+P) by selecting “ubCode: Run Command in Terminal”.
👌 Add
Projectitem to needs index view, with configuration, current file and indexing issues children.👌 Add
n.is_directive,l.type,o.idfilter fields for needs index view.👌 Persist needs index view filter query, when re-starting VS Code.
✨ Add context button to open external URLs in need index view, for needs originating from external sources. These are resolved from the
base_url/target_urlon theextend_needsconfiguration.👌 Add restart server button to home view.