-
Notifications
You must be signed in to change notification settings - Fork 29.4k
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
Feedback: Missing Plugins #2789
Comments
Wow, cool feedback loop!
|
Oh, OK I see now. Document This was released yesterday. Same day I tweeted :) Just coming back to "atom-alignment". The plugin Align is the same as Atom Alignment which tried to do smart things where is looks for the same delimiter (e.g. =) in the selected rows of text. What I was referring to was atom-alignment (in turn inspired by sublime_alignment) which aligns multiple cursors to the same indent. Allowing for much more powerful usage where e.g. I've created a ticket (steve8708/vscode-align#5) to alter the behaviour. Hopefully it comes through. |
@csholmq just curious you use Code primary for C/C++ development? |
@egamma Correct. Mostly embedded. Been using VS for one C# project but not overly fond of it. Might try to use Code on that project eventually. |
Created a wiki to capture these. Also will migrate other requests from User Voice. It would be great if that is a living document for adding extension requests and checking them off. We can pick some off for iteration planning and encourage the community (both in and outside of Microsoft) to pick from that list. |
@waderyan And how does the community give feedback to that Wiki? E.g. when a plugin exists or has had its behavior altered. |
@csholmq good question. Wiki is limited in its discussion support. We could switch to an issue. My worry is that it will become too difficult to see the list of extensions with a lot of comments. Perhaps we'll keep the list at the top of the issue... Open to your feedback. |
@waderyan Perhaps this issue could be used as discussion on what the Wiki should contain? Because I do believe that the Wiki is better at summarizing the discussion. |
Yeah I like it. I'll put a link to this in the wiki and clean up the top of the issue to explain what this thread should be used for. |
Looks like someone beat me to it :) |
@waderyan Yeah, it was already there when you closed the issue. I was just against you closing for the sake of discussion :) |
I've started to move a few highly requested items from User Voice that are good candidates for extensions. Lots of language support extensions. I also added a list of popular atom extensions that some of our users have given us feedback on. |
The link for the Python request is incorrectly pointing back to the wiki page (probably meant to be https://visualstudio.uservoice.com/forums/293070-visual-studio-code/suggestions/7752336-wider-python-support). |
Yep thank you @brettcannon |
Xamarin is supported in Visual Studio. Would be sweet to have it in VSCode! |
Yep definitely. Added to the wiki. |
is now included in the
already checked off. |
is found in vscode-todo |
Excellent. Updated. |
Porting Hydrogen would be awesome. I find myself developing a lot in Python for data science and Hydrogen allows me to build scripts with the simplicity of a Jupyter notebook without replicating my work. It seems the extension works by simply attaching to the Jupyter kernel's socket using ZeroMQ. Users are having a hard time on Windows because of ZMQ binaries requiring VS 2013, and because of Atom being terribly slow (in general, and on Windows). Would be awesome to have this for VS code coming with a precompiled ZMQ. |
Sublime-Style-Column-Selection won't be needed if/when #5402 is implemented. |
Document This it's pretty cool; however I woudn't eliminate DocBlockr from the list since DocBlockr supports many more languages, such as Apex, Java, Objective-C, PHP and others including the ones Document This does. *Document This only seem to support Javascript and Typescript. |
@waderyan Hex dumps (and even editing them) are nowadays pretty well covered by this one: vscode-hexdump |
Document This just supports the .js and .ts file, DocBlockr is better, how can I install that in VSC? |
Yes, Document This is not a total replacement for Dockblockr. |
What do you think about jupyter notebooks inside vscode? This would be nice to implement for two reasons:
|
What do you think about UI for tasks inside vscode? This would be an alternative to |
@waderyan @seanmcbreen GCC linting is sort of solved with Clang linting from the C/C++ extension. The Align extension also covers the align by multiple cursors part nowadays. I suggest you add SVN SCM extension to the requested list. It's a huge demand for it. |
Closing - this issue has served its purpose but it is now no longer used. |
This thread is used for discussing what should go in the Extensions Request wiki
The text was updated successfully, but these errors were encountered: