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

Generate code from VS Code extension #720

Open
lars-reimann opened this issue Nov 3, 2023 · 0 comments
Open

Generate code from VS Code extension #720

lars-reimann opened this issue Nov 3, 2023 · 0 comments
Labels
enhancement 💡 New feature or request vscode 🔨 Issues regarding tools like the VS Code extension
Milestone

Comments

@lars-reimann
Copy link
Member

lars-reimann commented Nov 3, 2023

Is your feature request related to a problem?

To run a Safe-DS program, holding the generated code in memory suffices. However, it would still be nice to request the manifestation of this code as files, e.g. to further modify the Python code or just for debugging. This should not require using the CLI.

Desired solution

Add a command to the extension to generate code. Open questions:

  1. Should we only create code for a single file or all files in the workspace?
  2. Where should the generated files we stored (in a single folder/next to the source files/configurable)?
  3. Should we create source maps (yes/no/configurable)?

We might want to use tasks for this (instead of, say, commands).

Possible alternatives (optional)

No response

Screenshots (optional)

No response

Additional Context (optional)

No response

@lars-reimann lars-reimann added enhancement 💡 New feature or request vscode 🔨 Issues regarding tools like the VS Code extension labels Nov 3, 2023
@lars-reimann lars-reimann added this to DSL Nov 3, 2023
@github-project-automation github-project-automation bot moved this to Backlog in DSL Nov 3, 2023
@lars-reimann lars-reimann added this to the v0.5.0 milestone Nov 24, 2023
@lars-reimann lars-reimann self-assigned this Nov 24, 2023
@lars-reimann lars-reimann moved this from Backlog to Todo in DSL Nov 30, 2023
@lars-reimann lars-reimann modified the milestones: v0.6.0, Future Jan 12, 2024
@lars-reimann lars-reimann removed their assignment Jan 12, 2024
@lars-reimann lars-reimann moved this from Todo to Backlog in DSL Jan 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement 💡 New feature or request vscode 🔨 Issues regarding tools like the VS Code extension
Projects
Status: Backlog
Development

No branches or pull requests

1 participant