-
Notifications
You must be signed in to change notification settings - Fork 29.3k
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
Support Format SQL Code #9119
Comments
I was starting to create an extension for this 😄 I tested 3 different npm packages that does the job, but for complex statements, the results were mixed (not as good as I wanted). But I didn't play that much with each package to see how flexible it was to customize the formatting rules. The ones I tested:
@weinand do you pretend use an in house approach or search for npm packages? Let'me know if you need any help/info about the results that I found. |
@eladcandroid I'm just doing VS Code issue triage this week, so don't expect any additional insights or recommendations from me. I've added the 'help-wanted' tag to indicate that the VS Code team does not intend to work on this feature request. Two tips:
|
I want to contribute this feature. I have been able to investigate how javascript VS Code language extension provide formatting functionality. Can anyone please tell me why "onLanguage:javascript" activationEvent is handled in TypeScript package.json? |
I'm interested in contributing to this cause. Does anyone have a project started? |
Steps to Reproduce:
The text was updated successfully, but these errors were encountered: