0.11.x¶
0.11.0¶
- Released:
17.04.2025
New and Improved¶
✨ Add
server.index_on_saveconfigurationSetting
server.index_on_save = truein theubproject.tomlwill cause the project indexing be triggered for every save of a file in that project (currently only.rstfiles).✨ Add
ubc quickstartFor creating an new example ubCode project.
✨ Add handling of need parts, including:
Parsing:
parse
need_part/nproles and storing parts in the needs indexparse
partssections inneeds.json, for external and imported needs
Diagnostics
Creating warnings for
need_part/nproles that are not within need directivesCreate warnings for
need/need_incoming/need_outgoingthat reference non-existentID.PART_ID
Writing
Write
partssection toneeds.json
VS Code
Show parts in needs index tree view (including jump-to-part)
Jump to defining
need_part/nprole, fromneed/need_incoming/need_outgoingrolesShow references from
need_part/nprole“Select ID” in needs index tree view, from
need_part/nprole
👌 Correctly handle
title_from_contentoption in needs directives👌 Correctly handle
id_prefixfor links in external and imported needs
Fixes¶
🐛 Do not show empty outgoing link sections in VS Code needs index tree view