AREPL fails in Code 1.23
See original GitHub issueAs of updating Visual Studio Code 1.23 AREPL does not work when selecting some code followed by F1
& AREPL: Open Highlighted code in new AREPL session
?
Issue Analytics
- State:
- Created 5 years ago
- Comments:12 (7 by maintainers)
Top Results From Across the Web
AREPL for python - Visual Studio Marketplace
Extension for Visual Studio Code - real-time python scratchpad. ... AREPL is availible for free on the vscode marketplace.
Read more >AREPL extension error in VSCode with Python 3.7
When I start editing the code, instead of showing me the real time output, I get: 'py' is not recognized as an internal...
Read more >Untitled
Marcus amasalidis, Tesco wine festival discount code, The boiler house brunch ... Mediaportal 2 setup failed, Cameron dallas instagram phone number, D4pdf, ...
Read more >ar02appendix.pdf - SEC.gov
(b) Failure to Supervise ... In the Matter of Adrien Arpel, Inc. 34-46497. 09/13/02 ... Code involving companies with approximately $269 billion in....
Read more >C++ Programming from Beginner to Expert in 2022 | Harsh Kajla
No previous experience with C++ or coding is required Have you never prog. ... So floored if a equals 1.23 Now, first of...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Yes, AREPL supports PyQT 😃
Currently it supports a hardcoded list of GUI libraries
With the next release I’ll turn that into a setting you can change.
It will work with any GUI library in the list but there’s two things to watch out for:
As for the
AREPL: Open Highlighted code in new AREPL session
command, I made it create a new document so you don’t end up with junk temporary files in your directory. Now that I think about it what I could do instead is save the new document to a folder like “%Appdata%\AREPL” so you can save and load your snippets from there. Does that sound better?I got it working quite well actually 👍
Although, when running
AREPL: Open Highlighted code in new AREPL session
it would be good if it didn’t create new documents within VSCode and rather wrote to a temporary file of sorts to which I could then load. Especially if experimenting to analyze code snippets etc.Also can AREPL work with PyQT and the like ?