Best of VSCodeSeptember 2022

  1. 1
    Article
    Avatar of phProduct Hunt·4y

    VSCheatsheet - Shortcuts in the shortest time possible

    Shortcuts in the shortest time possible VSCheatsheet provides a list of instructive illustrations with the most frequently used shortcuts and extensions in V

  2. 2
    Article
    Avatar of devtoDEV·4y

    Database GUIs in JavaScript

    Traditional tools are often written in Java, C++ or Delphi and they use good old JDBC, ODBC or ADO.NET drivers for accessing database. Almost all tools are open-source. If you know about other tool not listed in this article, you could write about it in comments below. For SQLlite I actually use Firefox.

  3. 3
    Article
    Avatar of phProduct Hunt·4y

    CodeSpeedy - Simple tool to manage your VS Code code snippet

    CodeSpeedy is a simple tool to manage your code snippet and sync to your Visual Studio Code immediately.

  4. 4
    Article
    Avatar of vscodeVisual Studio Code·4y

    Visual Studio Code August 2022

    Visual Studio Code August 2022 August 2022 (version 1.71) is the latest version to be released. There are still many updates in this version that we hope you'll like. New Code Action control makes it easier to find the Code Action you want. Expanded codecs support - To help display embedded audio and video in notebooks.

  5. 5
    Article
    Avatar of vscodeVisual Studio Code·4y

    Dev Container Features

    Dev Container Features are self-contained units of installation code, container configuration, and/or settings. They can be built to work with a wide range of base container images. Features can now be stored as OCI Artifacts in any supporting container registry. The source code of a Feature has two components: An install script ( install.sh) and a configuration file (devcontainer-feature.json)

  6. 6
    Article
    Avatar of css_tricksCSS-Tricks·4y

    Flutter For Front-End Web Developers | CSS-Tricks

    Flutter needs a way to unify the rendering and developer experience by using its ScrollViews. It may help to stop thinking about the flow of document structure and instead consider the application as an open canvas for a device’s native painting mechanisms. To use Flutter, you need to have installed the Flutter SDK and have configured Flutter for a test device.

  7. 7
    Article
    Avatar of glcGolang News·4y

    A production-ready RESTful JSON API written in Golang (SQL-/Swagger-first)

    A demo go-starter service is deployed at https://go-starter.com/allaboutapps.at for you to play around with. A production-ready RESTful JSON API written in Go, highly integrated with VSCode DevContainers by allaboutapps. The above command writes your new go module name to tmp/.modulename, go.mod.

  8. 8
    Article
    Avatar of flaviocopesFlavio Copes·4y

    Introduction to the Go programming language

    Go is an awesome, simple, modern, fast programming language. It’s compiled, open source, strongly typed. It was created by Google engineers with these main goals: Make their projects compile (and run) faster. It was meant to be a replacement for C and C++ codebases.

  9. 9
    Article
    Avatar of devblogsDevBlogs·4y

    Python in Visual Studio Code - September 2022 Release

    The September 2022 release of the Python and Jupyter extensions for Visual Studio Code are now available. This release includes the following announcements: Improved IntelliSense support for J upyter Notebooks.

  10. 10
    Article
    Avatar of freecodecampfreeCodeCamp·4y

    freeCodeCamp's Web3 Curriculum Open Beta – And How to Run it

    FreeCodeCamp's Web3 Curriculum Open Beta - And How to Run it is now in open beta. The courses will run in a docker container using VS Code and the freeCodeCamp Courses extension.