Showing 108 open source projects for "vs code"

View related business solutions
  • MongoDB Atlas runs apps anywhere Icon
    MongoDB Atlas runs apps anywhere

    Deploy in 115+ regions with the modern database for every enterprise.

    MongoDB Atlas gives you the freedom to build and run modern applications anywhere—across AWS, Azure, and Google Cloud. With global availability in over 115 regions, Atlas lets you deploy close to your users, meet compliance needs, and scale with confidence across any geography.
    Start Free
  • Our Free Plans just got better! | Auth0 Icon
    Our Free Plans just got better! | Auth0

    With up to 25k MAUs and unlimited Okta connections, our Free Plan lets you focus on what you do best—building great apps.

    You asked, we delivered! Auth0 is excited to expand our Free and Paid plans to include more options so you can focus on building, deploying, and scaling applications without having to worry about your security. Auth0 now, thank yourself later.
    Try free now
  • 1
    Vale

    Vale

    Compiler for the Vale programming language

    Vale is a systems programming language and compiler that strives to combine performance, safety, and ease in a way that avoids many of the complexities of traditional memory management techniques. It is ahead-of-time (AOT) compiled, targeting LLVM as a backend, and is statically typed. The language introduces a concept called generational references to provide memory safety without relying on a garbage collector, and aims for “safe without a borrow checker” (i.e. reducing the burden on the...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    Browser Preview for VS Code

    Browser Preview for VS Code

    A real browser preview inside your editor that you can debug

    ...Make sure you have Google Chrome installed on your computer. Browser Preview for VS Code is debuggable, launch URLs and attach Debugger for Chrome to the browser view instance, and debug within VS Code. You can enable in-editor debugging of Browser Preview by installing Debugger for Chrome, and configure VS Code's debugger to either attach or launch to the browser previews by using the provided configuration options.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 3
    ML workspace

    ML workspace

    All-in-one web-based IDE specialized for machine learning

    ...This workspace is the ultimate tool for developers preloaded with a variety of popular data science libraries (e.g., Tensorflow, PyTorch, Keras, Sklearn) and dev tools (e.g., Jupyter, VS Code, Tensorboard) perfectly configured, optimized, and integrated. Usable as remote kernel (Jupyter) or remote machine (VS Code) via SSH. Easy to deploy on Mac, Linux, and Windows via Docker. Jupyter, JupyterLab, and Visual Studio Code web-based IDEs.By default, the workspace container has no resource constraints and can use as much of a given resource as the host’s kernel scheduler allows.
    Downloads: 6 This Week
    Last Update:
    See Project
  • 4
    LuaFormatter

    LuaFormatter

    Code formatter for Lua

    Reformats your Lua source code. The program will attempt to automatically use the current directory's .lua-format file if no config file is passed in the command line. If none is found, it will try to locate a .lua-format file in a parent directory recursively. On Linux, it will use $XDG_CONFIG_HOME/luaformatter/config.yaml if .lua-format does not exist. In case there's no file, it will fall back to the default configuration. The program will give the top priority to the configuration values...
    Downloads: 1 This Week
    Last Update:
    See Project
  • Simple, Secure Domain Registration Icon
    Simple, Secure Domain Registration

    Get your domain at wholesale price. Cloudflare offers simple, secure registration with no markups, plus free DNS, CDN, and SSL integration.

    Register or renew your domain and pay only what we pay. No markups, hidden fees, or surprise add-ons. Choose from over 400 TLDs (.com, .ai, .dev). Every domain is integrated with Cloudflare's industry-leading DNS, CDN, and free SSL to make your site faster and more secure. Simple, secure, at-cost domain registration.
    Sign up for free
  • 5
    VS-Code-Extension-Doc-ZH

    VS-Code-Extension-Doc-ZH

    VS Code Extension Doc in Chinese

    VS Code Plugin Development Documentation - Chinese Version. Visual Studio Code is built with extensibility in mind. From the UI to the editing experience, almost every part of VS Code can be customized and enhanced through the Extension API. In fact, many core features of VS Code are built as extensions and use the same Extension API.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    Notable

    Notable

    The Markdown-based note-taking app that doesn't suck

    Notes are written in Markdown, plus you can write KaTeX expressions, Mermaid diagrams and more, check out our Markdown cheatsheet. Notable provides a very powerful Markdown editor, it's the same one VS Code uses in fact, so features like multi-cursors, a minimap and best-in-class syntax highlighting are built-in. Notes and attachments are simply stored on your disk, this is extremely portable and powerful: you could edit your notes via a third-party editor on mobile, have them synchronized via Dropbox, use Git, run a regex-based search and replace etc. ...
    Downloads: 16 This Week
    Last Update:
    See Project
  • 7
    IfSharp

    IfSharp

    F# for Jupyter Notebooks

    ...View the Feature Notebook for some of the features that are included. There's a related project of .NET Interactive which was inspired by this one but a completely rethought approach with integrated package management, VS Code support, and variable sharing between languages. If you're moving to .NET Core support it's definitely worth checking out.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    HDL Checker

    HDL Checker

    Repurposing existing HDL tools to help writing better code

    HDL Checker is a language server that wraps VHDL/Verilg/SystemVerilog tools that aims to reduce the boilerplate code needed to set things up. It supports Language Server Protocol or a custom HTTP interface; can infer the library VHDL files likely to belong to, besides working out mixed language dependencies, compilation order, interpreting some compiler messages and providing some (limited) static checks. Notice that currently, the unused reports has caveats, namely declarations with the...
    Downloads: 5 This Week
    Last Update:
    See Project
  • 9
    Language Server Protocol

    Language Server Protocol

    Defines a common protocol for language servers

    ...Extensions and proposals cover advanced scenarios—like call hierarchies, inlay hints, notebooks, and workspace symbols—allowing incremental adoption as needs grow. In practice, LSP has become the backbone for modern language tooling, enabling consistent developer experiences across VS Code, Neovim, Eclipse, JetBrains IDEs (via plugins), and many others.
    Downloads: 3 This Week
    Last Update:
    See Project
  • Build Securely on Azure with Proven Frameworks Icon
    Build Securely on Azure with Proven Frameworks

    Lay a foundation for success with Tested Reference Architectures developed by Fortinet’s experts. Learn more in this white paper.

    Moving to the cloud brings new challenges. How can you manage a larger attack surface while ensuring great network performance? Turn to Fortinet’s Tested Reference Architectures, blueprints for designing and securing cloud environments built by cybersecurity experts. Learn more and explore use cases in this white paper.
    Download Now
  • 10
    Python Patterns

    Python Patterns

    A collection of design patterns/idioms in Python

    Python-Patterns is a repository collecting implementations of many classical design patterns and idioms, written in Python. It serves as an educational resource: showing how to implement creational, structural, behavioral, testability, and other patterns in a Pythonic style (or sometimes less so), illustrating trade-offs, different styles, and use cases. It’s intended for learners or developers interested in software architecture or design, rather than as a production library. Includes...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    Microsoft Python Language Server

    Microsoft Python Language Server

    Microsoft Language Server for Python

    Microsoft Python Language Server implements the Language Server Protocol. Its primary clients are the Python extension for VS Code and Python Tools for Visual Studio. Feel free to file issues or ask questions on our issue tracker, and we welcome code contributions. Linting can be controlled via the user configuration. In VS Code, this is settings.json. To control the visibility and severity of the diagnotics, there are a number of lists that can be set in the user configuration which make use of each diagnostic's error code. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    Polacode

    Polacode

    Polaroid for your code

    Use polacode.target, polacode.shadow, polacode.transparentBackground and polacode.backgroundColor to control image appearance. You have spent countless hours finding the perfect JavaScript grammar, matching it with a sleek-looking VS Code theme, trying out all the best programming fonts. You take three days porting over your theme before starting to use VS Code. You shell out $200 for italic cursive html attributes. The code has to look right.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 13
    Visual Studio jQuery Code Snippets

    Visual Studio jQuery Code Snippets

    130+ jQuery code snippets for Visual Studio 2012-2019

    This project hosts a collection of common jQuery code snippets for use in Visual Studio 2012-2019.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    Play-With-Sort-OC

    Play-With-Sort-OC

    Repository implemented in Objective-C with sorting algorithms

    Play-With-Sort-OC is a learning-oriented repository implemented in Objective-C that demonstrates several classic sorting algorithms with code examples (selection sort, bubble sort, insertion sort, quick sort variants, heap sort, etc). The goal is educational; by showing how each algorithm works with animations or clear visualizations in an iOS/Objective-C context, the author helps developers understand not just the “how” but also the “why” behind each algorithm. The repo is especially suited...
    Downloads: 2 This Week
    Last Update:
    See Project
  • 15
    PHP Language Server

    PHP Language Server

    PHP Implementation of the VS Code Language Server Protocol

    A pure PHP implementation of the open Language Server Protocol. Provides static code analysis for PHP for any IDE.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 16
    vscode-chrome-debug

    vscode-chrome-debug

    Debug your JavaScript code running in Google Chrome from VS Code

    ...Both modes require you to be serving your web application from a local web server, which is started from either a VS Code task or from your command line. Using the URL parameter you simply tell VS Code which URL to either open or launch in Chrome. Just like when using the Node debugger, you configure these modes with a .vscode/launch.json file in the root directory of your project. You can create this file manually, or Code will create one for you if you try to run your project, and it doesn't exist yet.
    Downloads: 3 This Week
    Last Update:
    See Project
  • 17
    The Silver Searcher

    The Silver Searcher

    A code-searching tool similar to ack, but faster

    The Silver Searcher (often referred to as ag) is a fast, open-source command-line code-searching tool, designed as a faster alternative to ack, with a focus on programming-related searches and integration with ignore files. Ag is quite stable now. Most changes are new features, minor bug fixes, or performance improvements. It's much faster than Ack in my benchmarks. Ack and Ag found the same results, but Ag was 34x faster (3.2 seconds vs 110 seconds).
    Downloads: 2 This Week
    Last Update:
    See Project
  • 18

    vcproj2cmake

    Visual Studio .vc[x]proj to CMakeLists.txt (make, Ninja ...) enabler

    Elaborate Visual Studio .vcxproj / .vcproj projects to CMakeLists.txt converter, enabling Makefile or Ninja or IDE builds, i.e. full multi-platform CMake functionality (Linux, Mac, Windows...). Live Update capability: supports side-by-side tracking of evolving original proj files, within build tree!! Script hooks for static CMake defs, powerful definition-to-variable mapping. Access to project data content is via git repository _only_ (it's a developer infrastructure project, thus...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    NyaoVim

    NyaoVim

    Web-enhanced Extensible Neovim Frontend

    ...NyaoVim is built in the same spirit. NyaoVim contains the Neovim editor as a Web Component and extends its UI with web technology, as in other modern editors and IDEs (e.g. Atom, VS Code, LightTable). NyaoVim bundles no extended UI by default. It only provides the nice UI plugin architecture. Users can compose their favorite UI with Web Components, HTML and CSS. It is also easy to make a NyaoVim distribution where useful components are bundled. Do not introduce another plugin manager. HTML for Web Components should be bundled with Vim plugins. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    abumpack

    abumpack

    Fortran library with the Abaqus user material subroutines UMAT/VUMAT

    This library contains several of user material subroutines for implicit quasi-static (UMAT) and explicit dynamic (VUMAT) versions of the Abaqus solver. The project web site: http://abumpack.sf.net. The Abaqus is a proprietary finite element (FE) code ( http://www.3ds.com/products-services/simulia/products/abaqus/). Users can write subroutines for use with the Abaqus. Linear elastic, isotropic hardening plasticity, Gurson-Tvergaard-Needleman (GTN), Rousselier constitutive models are provided. Quote this code as: A. Shterenlikht, N. A. Alexander, Levenberg-Marquardt vs Powell's dogleg method for Gurson-Tvergaard-Needleman plasticity model, Computer Methods in Applied Mechanics and Engineering 237-240:1-9 (2012). ...
    Downloads: 2 This Week
    Last Update:
    See Project
  • 21
    Summingbird

    Summingbird

    Streaming MapReduce with Scalding and Storm

    Summingbird is a streaming + batch hybrid computation framework developed by Twitter. Its aim is to let developers express data aggregation pipelines in a unified way, where the same logic can run either in real time (stream) or in batch mode, and the results can be merged or reconciled. In effect, Summingbird abstracts over multiple execution engines (such as Storm, Scalding, etc.) to provide one high-level program that composes transformations and aggregations, and then executes them in...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    Go Web

    Go Web

    Set of audio and video tutorials

    "Go Web Basics" is a set of audio and video tutorials for the Go language produced by Google. It is mainly for learners who want to learn more about Go Web development after completing the "Go Programming Basics" tutorial. "Go Web Basics" is a set of video and audio tutorials for the Go language produced by Google. It is mainly for learners who want to learn about Go Web development after completing the "Go Programming Basics" tutorial. Each class will create a folder (for example:...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    Aspose for Apache POI

    Aspose for Apache POI

    Aspose - Your File Format Expert

    Aspose for Apache POI provides source code examples for features missing in Apache POI. In addition, there are several use cases where Apache POI implementation is different than Aspose. This repository provides Aspose vs Apache POI source code comparison for the above cases
    Downloads: 3 This Week
    Last Update:
    See Project
  • 24
    Aspose Java for Docx4j

    Aspose Java for Docx4j

    Aspose - Your File Format Expert

    Aspose Java for Docx4j provides source code examples for features missing in Docx4j. In addition, there are several use cases where Docx4j implementation is different than Aspose. This repository provides Aspose vs Docx4j source code comparison for the above cases
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    GVM (Go Version Manager)

    GVM (Go Version Manager)

    Go Version Manager

    ...It also supports “pkgsets” (similar to virtual environments) so you can maintain isolated sets of Go package dependencies associated with specific Go versions or projects. gvm caches cleaned source copies to speed up repeated installs and helps keep your Go workspace clean. Developers use it especially when working on projects that require different Go versions (e.g. legacy code vs bleeding-edge) or when testing compatibility across releases. Because it handles both version switching and package isolation, it simplifies the friction of juggling multiple Go toolchains on the same machine.
    Downloads: 1 This Week
    Last Update:
    See Project