codecadwallader / codemaid

CodeMaid is an open source Visual Studio extension to cleanup and simplify our C#, C++, F#, VB, PHP, PowerShell, JSON, XAML, XML, ASP, HTML, CSS, LESS, SCSS, JavaScript and TypeScript coding.
http://www.codemaid.net
GNU Lesser General Public License v3.0
1.89k stars 356 forks source link

Support for VS Code? #896

Closed fabilo-au closed 2 years ago

fabilo-au commented 2 years ago

Environment

Description

I cannot get this extension to install for VS Code. I'm assuming it's only supported for VS? If so, is there a chance to get it ported to VS Code?

Steps to recreate

  1. Download package from: https://marketplace.visualstudio.com/items?itemName=SteveCadwallader.CodeMaid
  2. Attempt install via cli: code --install-extension CodeMaid.VS2019.v12.0.300.vsix Installing extensions... extension/package.json not found inside zip. Failed Installing Extensions: file:///home/fabilo/Downloads/CodeMaid.VS2019.v12.0.300.vsix

Current behavior

CLI install result: Failed Installing Extensions: file:///home/fabilo/Downloads/CodeMaid.VS2019.v12.0.300.vsix

Expected behavior

Hopefully install in VS Code :)

codecadwallader commented 2 years ago

Thanks for reporting the issue. Unfortunately you are correct, it is only available for Visual Studio. There is an issue about adding VSCode support here: #273