Hlang-Write a vscode code prompt plug-in from scratch

Preface

After a period of hard work, Hlang has been developed, but we still need to provide an IDE for it. Then it is obviously not advisable to develop from scratch, which will greatly increase the difficulty of development. But we can do it based on the magical substance of vscode. So we only need to write a plug-in and have fun playing.

So in this chapter, we will implement, write and publish the plug-in, just register an account after packaging.

okey, without further ado, let's start. (PS: There are still a few icon bugs here. I’m too lazy to fix them. I can fix them, but I don’t want to adjust them anymore. I’m tired)

Let's see the effect directly:

This is in test mode
Insert image description here

After that, we can also release it to the market:
ÿ

Guess you like

Origin blog.csdn.net/FUTEROX/article/details/132418053