简体   繁体   中英

you dont have extension for debugging kivy.should we find kivy extension in the marketplace?

click here for the error img i tried to run my kivy file in vs code,but it says that i have no extension to debug kivy.i have kivy installed in my system,also the extension.

i want to clear the error message and to debug my kv file.i dont know what to do if any one knows why this is happening please help.thanks

There are some extensions for VS code that support some syntax highlighting and possibly auto-complete. I use one simply named Kivy , authored by BattleBas.

You can find this by searching in the Extensions menu on the side bar [Ctrl+Shift+X] or view it here:

https://marketplace.visualstudio.com/items?itemName=BattleBas.kivy-vscode

If I may suggest, another popular IDE is PyCharm and there are additional features for Kivy available here:

kivy github page with help for various IDE addins

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM