vscode-python
quokka
vscode-python | quokka | |
---|---|---|
82 | 34 | |
4,409 | 1,192 | |
0.6% | 0.8% | |
9.6 | 3.0 | |
2 days ago | 6 days ago | |
TypeScript | ||
MIT License | - |
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
vscode-python
-
Self-contained Python scripts with uv
help get this supported in vscode by liking the issue here: https://github.com/microsoft/vscode-python/issues/24916
-
Trying to do Larger contributions to Open Source
The issue involved preventing test coverage from running a second time if it had already failed. I located the GitHub Actions workflow file and found the step responsible for running test coverage. By using the needs argument, I made the step depend on the earlier test steps to be completed. After updating the workflow and creating a pull request, I was happy to see it accepted and merged.
-
A brief recap of what I did this Month
VS Code Python
-
Contributing to Other Open Source Projects - Week 2
The main contribution I worked on was for the vscode-python extension. The issue involved removing redundant JSDoc comments that TypeScript can already infer. Some of the comments were a repeat of what was can be understood from the typescript code, which meant they would need to be updated every time the code changed. The idea was to get rid of those types of comments but keep parts that added useful context.
- VS Code Python extension broken by default
-
The Weirdest Bug I've Seen Yet
Ah, Chrome and slow spinners.
Python tests were taking ages on VSCode due to an SVG spinner:
https://bugs.chromium.org/p/chromium/issues/detail?id=103626...
https://github.com/microsoft/vscode-python/issues/9216
-
Integrated terminal doesn't work when running a single line of Python code
It seems to be a problem caused by the new version of the Python extension. Here is a GitHub link for you to follow up.
-
How to Setup VSCode for C/C++ Programming (From a Microsoft Software Engineer)
For the python extension, please file your issue here: https://github.com/microsoft/vscode-python/issues
-
Should I be switching to VsCode from PyCharm?
There seems to be a focus on feature velocity, and as the big parts start to stabilize (language server stuff, refactoring, extension framework, general UI/UX expectations), I hope we'll see some more attention paid to the default experience. But changing defaults in an ecosystem where users embrace configurability is tough, see the pythonPath fiasco, so I don't know the way forward. Core dev Brett Cannon seems to support the opinionated path for the VSCode Python experience going forward, so we'll see where that takes us.
-
Python extension to break long strings
I filed a GitHub report, you can always follow up.
quokka
- The Only 20 VS Code Extensions Web Developers Will Need in 2025
-
Mastering Efficient Queue Structures in TypeScript: A Complete Guide
You can try this implementation out in a REPL or Quokka if you're using VSCode.
-
Throw Away your Code!
For Javascript, you can just open the browser console. But an even better way is using an extension like Quokka that even in the free version already helps a lot to quickly verify if what you want to do will work or not.
-
Quokka Playground - Run JavaScript and TypeScript in VS Code
For more features and details check out the official docs https://quokkajs.com/
- Quokka.js: The JavaScript Playground in Your Editor
-
IDEs vs Text Editors in 2023 for Web Dev: what things have you found full size IDE's like Webstorm can do that VSCode cannot in 2023 which make you more productive? Specially today now that TypeScript + AI coding tools level the playing field even further.
Used to be true, but between Quokka.js for quick prototypes, Wallaby.js for running tests smartly within the IDE, and now Console Ninja which enables inline console.log within the VSCode while running servers for common tooling (webpack, vite). As well as continuously improving collaboration tools like Live Share, And it's become hard for me to find an argument that Webstorm is still better for productivity here.
- SREPL: The file is the REPL
-
I built a tool that let you quickly test JavaScript code suitable for teaching and learning JavaScript
I use https://quokkajs.com/ it has a free version!
-
Use Go in my start-up or stick to TS which I already know?
There are some fantastic tools such as Quokka which make "more algorithmic" development very interactive and fun
-
How to see what the code is doing?
There's also extensions like https://quokkajs.com/
What are some alternatives?
jupyter - Jupyter metapackage for installation, docs and chat
RunJS - RunJS is a JavaScript playground for macOS, Windows and Linux. Write code with instant feedback and access to Node.js and browser APIs.
Bracket-Pair-Colorizer-2 - Bracket Colorizer Extension for VSCode
openvscode-server - Run upstream VS Code on a remote machine with access through a modern web browser from any device, anywhere.
typescript-notebook - Run JavaScript and TypeScript in node.js within VS Code notebooks with excellent support for debugging, tensorflowjs visulizations, plotly, danfojs, etc