99% of these black technologies of VSCode don't know

VSCode has become a commonly used coding tool for everyone, but thanks to its plug-in ecological mechanism, VSCode can actually cover a much larger area than you think. Today I will introduce some of these powerful usage scenarios.

Not just markdown

First introduce the plug-in markdown-preview-enhanced, its core function is of course used to write markdown, you don't need to repeat or even buy a software, the functions provided by this plug-in personally feel that it is completely enough.

Next, the author will introduce two useful functions of this plugin:

  1. Generate various hand drawings, flowcharts, timing diagrams, etc.

  2. Generate PPT

Generate various graphs

When we usually write documents, articles or PPT, we often need to use some flowcharts and so on. Sometimes we don’t know where to draw these diagrams, and sometimes we may not bother to open various bookmarks. At this time, this function can be sent. It worked.

With some very simple syntax, you can quickly generate a flowchart, and save some drag and drop effort.

In addition to generating flowcharts, you can also generate seven other types of formats. If you are interested, you can go to the official website to learn about the usage.

Generate PPT

Every time you do PPT, it is very irritating. You need to find various templates and backgrounds, and then adjust the style of the content. In short, it takes a lot of time to waste a lot of time on the format. This feature can help you.

With this function, writing PPT is as simple as writing markdown and HTML. You can modify the style directly through CSS, and you don't need to find various buttons to adjust the style.

More awesome flow chart

Draw.io must have been used by many readers. Drawing flowcharts is a good first-class tool, and it is free to use. Many authors' articles have flowcharts produced by this tool.

Now we can also use this tool directly in VSCode, and it is more simple and convenient.

You just have to create a .drawiofile with the extension, you can directly use the full set of features drwaio in this document, it does not require that a set of initialization process is completed and the site does not have any difference on the course website.

This is not over yet, we usually need to use it when we draw the flowchart. In most cases, we need to export the file as a picture. This plugin directly allows us to finish drawing the flowchart and save it as a picture immediately. You only need to change the suffix just now to.drawio.png

Of course, if we find that the flowchart needs to be changed later, the plug-in also supports direct modification of the file.

At last

If you still find any productivity-enhancing tools on VSCode, welcome to release your treasure products in the comment area.

study Exchange

  • Follow the public account [Frontend Universe], get good article recommendations every day

  • Add WeChat, join the group to communicate


"Watching and forwarding" is the greatest support

Guess you like

Origin blog.csdn.net/liuyan19891230/article/details/108413939