mblode / mblode/vscode-twig-language
Javascript Format
Nobody has claimed this yet.
- Dominant language
- JavaScript
- Stars
- 45
- Forks
- 7
- PR merge metrics
- No merged PRs in 30d
Description
When I apply the format to the twig file containing javascript syntax it does not correctly apply the in that fragment move all lines to the left.
ex.
<script>
$ (function () {
console.log ('test');
});
</script>
the result after applying the format:
<script>
$ (function () {
console.log ('test');
});
</script>
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Reproduce the issue with the Twig example containing a JavaScript script block, then locate the extension's formatting entry point and any related tests. Check how indentation is handled inside embedded JavaScript; done means formatting preserves the fragment's nested indentation instead of moving every line to the left.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript
- Domain
- tooling
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Active
- Clarity
- Mostly clear
- Newbie friendliness
- 64/100