pgzero icon indicating copy to clipboard operation
pgzero copied to clipboard

Linter

Open lordmauve opened this issue 10 years ago • 1 comments

Originally reported by: Daniel Pope (Bitbucket: lordmauve, GitHub: lordmauve)


We should provide a custom linger to detect common problems at edit time.


  • Bitbucket: https://bitbucket.org/lordmauve/pgzero/issue/35

lordmauve avatar Aug 30 '15 15:08 lordmauve

I agree to #146. It would be great to have support for autocompletion in IDEs. In some way this can be achieved with something like

import pgzero.keyboard
keyboard = pgzero.keyboard.keyboard

However the following lines fail at runtime (maybe related to #126):

import pgzero.game
screen = pgzero.game.screen

pintman avatar Sep 28 '19 07:09 pintman