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

[Feature]: Highlight errors #33

Open
emocharnik opened this issue Sep 23, 2024 · 0 comments
Open

[Feature]: Highlight errors #33

emocharnik opened this issue Sep 23, 2024 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@emocharnik
Copy link
Collaborator

Is your feature request related to a problem? Please describe.
When users trigger runs (e.g., plan, apply) from the Scalr VSCode extension, errors encountered during the execution are not highlighted in the source code. Users have to manually search for the lines that caused the issues, which is inefficient and error-prone.

Describe the solution you'd like
The Scalr VSCode extension should automatically highlight lines in the source code where errors occurred during a run (plan, apply, etc.). This would include inline error messages, making it easier for users to identify and correct issues without needing to cross-reference logs or manually track down the errors.

Describe alternatives you've considered

  1. Users manually inspect the output log and then locate the corresponding code section, but this is time-consuming.
  2. Rely on external linting or static analysis tools, though these do not provide real-time feedback specific to run errors.

Additional context
The error highlighting feature could integrate with existing error markers in VSCode and should support various Terraform files (.tf, .tfvars). Additionally, the extension could offer quick fixes or suggestions where applicable, streamlining the debugging process.

Vote on this feature request
If you think this feature is valuable, please give this issue a 👍 thumbs up! The more votes, the higher the priority.

@emocharnik emocharnik added the enhancement New feature or request label Sep 23, 2024
@emocharnik emocharnik self-assigned this Sep 23, 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
Projects
None yet
Development

No branches or pull requests

1 participant