I have done a little python programming in Visual Studio on my Windows pc.
Now I want to move my source code to Raspberry pi where I want to do some programming of the GPIB etc.
Byt when I copy/paste my source code, and compile the code in Raspberry environment then the compiler dont tell me the correct line number.
Comment is one issue, I have used # to comment out lines i windows.
I know ''' ''' should be used in linux, but could there be a setup in visual studio editor for # (comment lines) to be counted ?
I'm new to Raspberry - really new - have only got system to run 1 hour ago :-)
So answer could be simple setup in Visual Studio.
|