The Visual Studio Code extension vscode-styled-jsx isn't maintained anymore by @iFwu
Would like to propose that zeit took over that project. Would be great if that project didn't die
@anderseide unfortunately I am the only maintainer and I don't have time to maintain that as well. I will leave it to the community to continue the work on that extension. Thank you for bringing this up though! Would you like to submit a PR to clarify in the README that the extension in not maintained and suggest that somebody takes over it?
@iFwu have already stated that in the Readme.
I was more thinking that the plugin could be naturally placed under the Zeit org. and then maintained by the community. When it鈥檚 placed under a personal account on GitHub and then left for anyone to grab, it will most likely be left for good.
Totally understand that you cannot take that responsibility and maintain it on your own
Worth also noting that vscode-styled-jsx-languageserver appears to be similarly unmaintained and doesn't support common patterns like using variable substitution in the template literal.
doesn't support common patterns like using variable substitution in the template literal
Specifically, the autocomplete package doesn't support this pattern:
${ButtonSize.Medium} {
border-radius: 40px;
padding: 5px 20px;
}
I am going to close this, if anybody wants to take over the plugin we can link and recommend it in the README