vscode-abaplint icon indicating copy to clipboard operation
vscode-abaplint copied to clipboard

Descriptions in file explorer

Open FreHu opened this issue 4 years ago • 5 comments

Is it possible to extend the file explorer to show object descriptions next to the file name the same way it is in eclipse?

FreHu avatar Sep 28 '20 11:09 FreHu

hmm, perhaps add a new tree view, and a view container,

https://code.visualstudio.com/api/extension-guides/tree-view

larshp avatar Sep 28 '20 11:09 larshp

Hmm, my first instinct was not to reinvent the view, but then again, abap files should be grouped under their main object - this would make it easier to browse. Also many operations in abap work on object level, for example to move a class between packages actually involves moving several files, so it would also make sense to execute other commands from there in the future.

FreHu avatar Sep 28 '20 12:09 FreHu

yes, I think it will be worth trying

larshp avatar Sep 28 '20 13:09 larshp

@marcellourbani I guess something similar could be nice for the remote file extension?

larshp avatar Oct 15 '20 05:10 larshp

Interesting idea, but you end up with 2 views of the same data, and don't really like the eclipse ux anyway. Yes, seeing the descriptions would be interesting

marcellourbani avatar Oct 15 '20 05:10 marcellourbani