faux-code-generator icon indicating copy to clipboard operation
faux-code-generator copied to clipboard

Feature request for VS Code plugin

Open timkinnane opened this issue 5 years ago • 2 comments

Neat concept, great work. Limiting to gists doesn't seem that useful though. If you're continuing it, I wonder if you've considered a VS code extension.

You could look at Polacode for reference. https://github.com/octref/polacode

timkinnane avatar Mar 05 '20 02:03 timkinnane

Isn't it available by default on VSCode?

That thing on the right seems to be the so called faux code:

fauxCode

meleu avatar May 23 '20 07:05 meleu

Hi,

I have made an adaptation of the faux-code generator as a vs code extension. You can found it here: https://marketplace.visualstudio.com/items?itemName=Elinks.polafaux

The algorithm used to generate the svg was relying on github gist formating. I replaced it with highlight.js.

ElinksFr avatar May 25 '20 21:05 ElinksFr