Hello,
it's more like wish for the future, especially that Go still don't have good
source code lint tools (like pep8[1] or pylint[2] for Python).
Maybe you can integrate lint tool with IDE?
For start maybe http://www.stathat.com/src/splint , don't check many things but
still better than nothing. At future maybe someone will built something with
more checks.
I like how Spyder IDE (http://code.google.com/p/spyderlib/ ) display all info
about checked code (attached image file). Ninja IDE (http://ninja-ide.org/ )
also isn't bad.
Best regards
[1]
pep8 - https://github.com/jcrocholl/pep8/
All error codes produced with pep8 -
https://github.com/jcrocholl/pep8/wiki/ErrorCodes
[2]
pylint - http://www.logilab.org/project/pylint
All error codes produced with pylint -
http://pylint-messages.wikidot.com/all-codes
Original issue reported on code.google.com by matri...@gmail.com on 21 Nov 2012 at 3:07
Original issue reported on code.google.com by
matri...@gmail.com
on 21 Nov 2012 at 3:07Attachments: