Visual Studio IDE's ToolBox alternative for VSCode - visual-studio-code

Visual Studio IDE has a nice feature: ToolBox, witch gives ability to save and use pieces of boilerplate code:
Can't find a similar extension for VSCode. There many extensions with the similar name but they serve different job and are a bit complicated for me.
Can you suggest me something similar to ToolBox please?
P.S. I' not asking about snippets, this is different.

Almost find it but it does not have foldering option and is no longer updated: Code Fragments

Related

Is there a ReSharper or similar extension to Visual Studio Code?

I would like to know if there is some extension to VS Code that helps with cleaning code and suggesting more concise code (i.e., hinting for coding best practices).
There are a large number of ways to lint or provide code suggestions or refactoring tips in VSCode, some baked-in or improved with the C# extension.
But if I understand your question right, for something akin to an extension to suggest code simplification, like ReSharper, I would point you to the Roslynator extension. I have used Roslynator2022 (the Visual Studio 2022 version) and like how it links you out to see detailed reasons about the suggestions it makes.
For formatting your code the VSCode Marketplace has multiple good options such as the CSharpier extension.

Is there a way to compare usage of VS Code extensions similar to npmtrends.com?

Often when researching an npm package, I view it on npmtrends. This gives me a decent idea as to how widely-used the package is. More importantly, it also lists other similar packages and shows a chart comparing their use. Here's an example comparing Angular/React/Vue.
I'm wondering if a similar tool exists for Visual Studio Code extensions. The Marketplace give download count but doesn't show similar extensions. Is there another tool/site that offers this?
Thanks in advance.

Is there any way to see the dataset and its content in Visual studio code?

In Visual studio we have option to see the dataset using Dataset Visualizer as below image.
But in VS code, do we have anything like this? Any plug-in I can install to get this in VS code?
Currently in VS code I am getting as like this below image. Please help.
Although C# support is not great yet, but the Debug Visualizer extension for VS Code might be exactly thing you are looking for.
There is no proper table visualizer yet and you would need to return JSON in your C# code, but feel free to contribute or to get in contact and share ideas!

How to enable auto-indentation of Python function arguments in VS Code

I'm looking to enable automatic indentation of Python function arguments, as shown in the example below generated with use of pycharm. I had a look at a similar discussion but the discussed solutions do not appear to solve this problem.
Desired Behaviour
VS Code
VS Code version: 1.27.2
Python extension: 2018.8.0 (04 September 2018)
Update
Current autoIndent setting
This is a known issue for the Python VSCode extension and it can currently not be fixed because of limitations in the extension API. More specifically the line in the editor cannot know the content of other lines. I am not aware of any fix for this issue, but I agree that it decreases the experience of working with VSCode by far.
See this issue for further information: https://github.com/Microsoft/vscode-python/issues/701
Like #larsl already wrote, this is currently a limitation of the basic Microsoft python extension. However, fellow VS Code user Kevin Rose was so kind to write an extension that does exactly what we were looking for:
https://marketplace.visualstudio.com/items?itemName=KevinRose.vsc-python-indent
As far as my early experience with it goes, it works like a charm!

Is there any tools or EDA for easily using systemverilog?

When I use systemverilog, I can not find a good IDE to show the methods of a specific object since systemverlog is a kind of OOP. So I want to know is there any easy to use IDE or tool for systemverlog code and that can also build a testbench?
Not exactly what you are searching for but you might have a look at a visual studio code plugin : plugin