ARCAD-Software / elias-vscode

ARCAD-Elias VSCode extension
Other
2 stars 0 forks source link

feature request: properties on an source/object #42

Open dev-wouter opened 1 day ago

dev-wouter commented 1 day ago

in RDI you have a right click properties on a source.

some team members are using the tab 'Funtional description' {CC4CCC03-EEDF-4EE0-92B3-B44090CD530C} or the fields source library/object ref lib in analyses {75D8B244-09AE-4675-9764-BC5596CEEFDB}

it seems that you can not find this information in the VS-code plugin

sebjulliand commented 1 day ago

Hi @dev-wouter , between the issue title and your description, it's a bit confusing to understand what you'd actually like to see added. Is it the whole Properties dialog that you want or just the Functional description?

As for the source/object ref. library, those are shown in each component's tooltip. image

dev-wouter commented 23 hours ago

didn't find the hover tooltip, thanks.

but it is a bit difficult to use with analyses, so a overview window like property's could be helpful. some team members are using the functional description to describe what the program does so if i want them to switch from RDI to VS-code they want to see that. for the sourcelib, object lib, it easier to copy it from a dialog then form the tooltip (its also not copy'able in RDI)

sebjulliand commented 23 hours ago

An overview window would not fit in VSCode, with regards to VSCode UX guidelines. However, creating an editor tab that lists a component's properties grouped by tab can be done quite easily.

dev-wouter commented 22 hours ago

editor tab seems to be ok for what i want.