Best of VSCodeAugust 2023

  1. 1
    Article
    Avatar of devtoDEV·3y

    VSCode for PHP and Laravel

    VSCode for PHP and Laravel development is a solid base configuration that can be expanded upon using additional workspace specific configurations. Intelephense is the most important extension to install for PHP support. Phpactor is a PHP Language Server with more features than you can shake a stick atphpactor.

  2. 2
    Article
    Avatar of phProduct Hunt·3y

    Paratime - Social Time Tracker For VsCode

    "It will be really exciting to see how you guys are going to use this product and how I can make it more suitable to your needs" "Thanks for checking out this project," says Product Hunt.

  3. 3
    Article
    Avatar of freecodecampfreeCodeCamp·3y

    Learn HTML and CSS – Handbook for Beginners

    Learn HTML and CSS - Handbook for Beginners Greetings, and welcome to this comprehensive HTML andCSS handbook. My goal is to teach you everything you need to know about building fast and beautiful websites that look great on any device. For a start, you will need a code editor, like Visual Studio Code, Sublime Text, Atom and so on.

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

    Visual Studio Code July 2023

    New diff editor features- Collapse unchanged regions, better diff region text alignment. There are now Accessible Views for notifications, inline chat responses, Jupyter notebook output, and workbench hovers. In the diff editor, the Difference Review Pane was renamed to Accessible Diff Viewer.

  5. 5
    Article
    Avatar of freecodecampfreeCodeCamp·3y

    How to Implement a Blender Model in a React.js Application using Three.js

    Three.js is a JavaScript library that functionas as an API, allowing you to exhibit 3D models within web browsers. In this step-by-step guide, you'll learn how to build a Blender model, encompassing animations, materials and the export process.

  6. 6
    Article
    Avatar of phProduct Hunt·3y

    CodeStory - An AI-powered mod of VSCode

    CodeStory is an AI-powered mod of VSCode. CodeStory can scan the codebase, identify the root cause, make the fix and auto-generate tests to evaluate whether the bug was resolved. This is CodeStory's first launch.

  7. 7
    Article
    Avatar of devblogsDevBlogs·3y

    Visual Studio for Mac Retirement Announcement

    Visual Studio for Mac 17.6 will continue to be supported for another 12 months, until August 31st, 2024. The decision has been made to retire C# Dev Kit for VS Code and other extensions that will allow you to take advantage of our ongoing investments in.NET development on a Mac.

  8. 8
    Article
    Avatar of bartwullemsThe Art of Simplicity·3y

    Learning CodeQL

    CodeQL is a static analysis tool that can scan your code for vulnerabilities. CodeQL lets you query code as though it was data. By writing queries you can find variants of a vulnerability. The easiest way to try out CodeQ is by enabling the code scanning with CodeQL GitHub Action.