TIL that you can't use microsoft's new python language server on unofficial builds of visual studio code.

This page summarizes the projects mentioned and recommended in the original post on /r/linux

SurveyJS - Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App
With SurveyJS form UI libraries, you can build and style forms in a fully-integrated drag & drop form builder, render them in your JS app, and store form submission data in any backend, inc. PHP, ASP.NET Core, and Node.js.
surveyjs.io
featured
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
  • Visual Studio Code

    Visual Studio Code

  • No, not all open source projects are standards, but this one is a basis of comparison, it's publicly available, it's considered by an authority, and it has an explicitly defined consent mechanism defined through 'community review'.

  • pylance-release

    Documentation and issues for Pylance

  • Pylance does come with typing stubs for OpenCV while Pyright doesn't. You can generate one using MyPy's stubgen; it goes quite far except it can't extract function signatures because that's a limitation of Python's binary extension modules. The stubs bundled with Pylance has these, so it's likely that Microsoft has an improved version that does ad-hoc parsing on the docstrings. If you ask them politely on the relevant ticket they might decide to release this custom stub generator.

  • SurveyJS

    Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App. With SurveyJS form UI libraries, you can build and style forms in a fully-integrated drag & drop form builder, render them in your JS app, and store form submission data in any backend, inc. PHP, ASP.NET Core, and Node.js.

    SurveyJS logo
  • pyright

    Static Type Checker for Python

  • There are two new servers. Pyright is where most of the functionality is, and it's free software. Pylance adds a few more features, is not free software, and is only licensed for Microsoft's Visual Studio Code build.

  • OpenCV

    Open Source Computer Vision Library

  • Thank you for pointing out, I looked into this issue as well. I would just like to add here this issue on opencv's github, the issue's author is asking contributor's/maintainers to add good quality stubs. A lot of other modules are now adding stubs (like numpy). I was talking about this with one of the pyright developers, he too said the same.

  • vscode-neovim

    Vim mode for VSCode, powered by Neovim

  • Use both for the transition phase: https://github.com/asvetliakov/vscode-neovim

  • vscodium

    binary releases of VS Code without MS branding/telemetry/licensing

  • 1. Already done: vsdbg, Pylance, ...

  • dotfiles

    Discontinued Various configuration files I use on my Linux box. Inspired by https://drewdevault.com/2019/12/30/dotfiles.html (by chic-luke)

  • Bear in mind I'm still an absolute beginner, but if you still want to take a look, this is my Neovim config for now. Yes, the theme is a solarized light one, just as I used on Kate when I switched to it in between vscode and neovim. Sue me.

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • Visual Studio Code is designed to fracture

    17 projects | /r/programming | 31 Aug 2022
  • How do you see an object's available arguments while typing in Thonny?

    4 projects | /r/learnpython | 25 Sep 2021
  • Finally, I can install Linux... Need help with it

    6 projects | /r/linuxquestions | 2 May 2021
  • How to Develop a User Data Storage Registration Form Using Python.

    3 projects | dev.to | 28 Mar 2024
  • What is VSCodium ? Better than VS code ?

    2 projects | dev.to | 20 Mar 2024