Replies: 1 comment
-
|
I see my requirement is very likely out of scope for this extension's functionality. You can close this if you agree... |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi
A feature that is stopping a final migration from jEdit (with Project Viewer) to VS Code (with this extension) would be the ability to add files that fall outside of a project's directory structure as a link/shortcut/favourite to specific directories that are part of a project.
For example, let's say I have a Project that contains the following under MyProject directory:
-> MyProject
-> Docs
-> Tech Spec
+ My_tech_Spec.doc
-> Requirements
+ My_Requirements.txt
-> Code
-> ConfigFiles
+ config.param (this is linked to from somewhere else on my drive)
+ otherConfig.param (also linked from somewhere else)
-> JS
+ amazing.js (also linked to from somewhere else)
The reasoning is that I don't have to move things around or use some favourites/bookmark extensions and can hopefully navigate my filesystem from within the Explorer section based on this project.
Beta Was this translation helpful? Give feedback.
All reactions