On 2022-12-08 18:30, Mike Kerner via use-livecode wrote:
mark - what have you fond compelling about vscode? i have never really
liked it


Three immediate things:
  1) it has a terminal pane
  2) its find in all files is a right hand tree view and is updated live
  3) there is a C/C++ extension which uses Microsoft's Intellisense tech

Most of my work involves a combination of LiveCode Script and C/C++, and unit tests - the latter being entirely terminal based. Therefore having it all in one window is a huge efficiency improvement (although it has taken me about a month to *stop* clicking in the dock on terminal, or alt-tabbing to it when I want to run things!).

The intellisense stuff and live right hand find in files is much better for navigating large code bases too :)

Admittedly I'm probably a very special-case on this list (in terms of doing both C/C++ and LCS dev side by side, mostly to be run from terminal).

However, I think VSCode definitely has the edge if you are doing LiveCode scripting in script-only-stacks to use server-side/in lc-server from the terminal due to the integrated command-line... There's also a host of other integrations with online services for development through terminal stuff - e.g. stripe comes to mind.

If you are doing LiveCode scripting in concert with the IDE / GUI type stuff - then VSCode vs something else pretty much comes down to personal taste :)

Warmest Regards,

Mark.

--
Mark Waddingham ~ m...@livecode.com ~ http://www.livecode.com/
LiveCode: Everyone can create apps

_______________________________________________
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode

Reply via email to