Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Manifest Editor #959

Closed
ntotten opened this issue Oct 22, 2018 · 6 comments
Closed

Manifest Editor #959

ntotten opened this issue Oct 22, 2018 · 6 comments

Comments

@ntotten
Copy link
Contributor

ntotten commented Oct 22, 2018

Currently, in VS Code working with the org development model requires manually editing package.xml files. In order to improve the experience we could build a UI that enables quicker visual editing of package.xml files similar to what exists in other tools like the Force.com IDE.

Below are some rough mockups of how this might be implimented using the VS Code web view extensibility.

manifest editor - tab basic

manifest editor - tab advanced

@hbwilly54

This comment has been minimized.

@ntotten

This comment has been minimized.

@mikeflemingcfs
Copy link

Not familiar with how this platform works. But this feature would be invaluable for system admins who are not familiar with the API.

@FishOfPrey
Copy link

Something I've found really useful with my package builder is the ability to point it at a collection of source files and have it define the required package.xml for them. E.g.

  1. here is a folder of source files, create a package for it.
  2. here is an existing package.xml file, add this additional source file to it.
  3. scan the folder for source files that have changed past a certain date and create a package from them.

Some of those use cases are more specific to relying on the metadata API to do the deployments.

Could your editor provide direct links out to the applicable source files? E.g. Open class X in the editor.

@ntotten ntotten transferred this issue from forcedotcom/salesforcedx-vscode Jan 28, 2019
@ntotten ntotten transferred this issue from another repository Jan 28, 2019
@ghost
Copy link

ghost commented Mar 19, 2019

Not familiar with how this platform works. But this feature would be invaluable for system admins who are not familiar with the API.

I think even for developers it would be invaluable. I'm currently trying to generate a package.xml containing all reports, but because the Report type does not support the * wildcard I have to generate this manually.

This is probably the main feature holding us back from switching to SFDX - a definite must-have from us before the Force.com IDE is retired.

@ntotten
Copy link
Contributor Author

ntotten commented Apr 5, 2019

This is being replaced by #862

@ntotten ntotten closed this as completed Apr 5, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants