Community builds of Visual Studio Code for Chromebooks and Raspberry Pi
Thread
Stories related to "Community builds of Visual Studio Code for Chromebooks and Raspberry Pi" across the full archive.
Community builds of Visual Studio Code for Chromebooks and Raspberry Pi
VS Code gets some nice improvements, but the most interesting to me was this blurb about the Monaco editor: https://code.visualstudio.com/updates/May_2016#_the-monaco-editor
So, I am by no means a CSS expert. I know my way around it and can get the job done. However, there are sometimes more complex CSS selections that can be rather difficult to know if I've gotten them correct.
I just happened to be hovering my mouse over a selector in Visual Studio Code and saw tha...
A look at one developer's Visual Studio Code theme, icons, extensions and user settings
js2flowchart - visualization library to convert any JavaScript code into beautiful SVG flowchart
(github.com)
Hey guys! I am working on a tool for generating SVG flowcharts from JS code, the idea is to automate code visualization as much as possible. You pass a code string as input and receive a complete SVG string as output. There are also some cool features like style themes, scheme transformation etc. I ...