Wosi 8 Posted December 6, 2018 (edited) I've just released the next version of OmniPascal. It's coming with support for the inherited keyword, type helpers and inline variables. http://blog.omnipascal.com/omnipascal-0-17-0-inherited-keyword-type-helpers-and-inline-variables/ Edited December 6, 2018 by Wosi 1 3 Share this post Link to post
farcodev 2 Posted December 7, 2018 (edited) Thanks! I using it within Visual Studio Code, beside Delphi. Edited December 7, 2018 by farcodev Share this post Link to post
John Kouraklis 94 Posted December 9, 2018 I am not familiar with VSC at all. I tried in the past to use it with OmniPascal but I can't configure it properly. So now I have installed OmniPascal and the editor can find the source files (i.e., when I click on a class it locates the code). How do I add a configuration for Delphi so I can run the app from inside VSC? And to clarify something...VSC is only for code editing. There is no visual elements right? Like form designer, etc. Share this post Link to post
Guest Posted December 10, 2018 @John Kouraklis, this is true. There is no "visual designer". For docs on config, go "Extensions", click on the OmniPascal Extension. An editor window is opened. Click the tab "Contributions" (hm, yes). Here is a configurations reference sheet. Then go File|Preferences - you have got three main "dimensions", "Default User Settings", "User Settings" and "Workspace settings". The first one is structured, scroll down (a lot) OmniPascal has it's own settings. HTH, /Dany Share this post Link to post
John Kouraklis 94 Posted December 13, 2018 @Dany Marmur I've got v.1.29.1 so the menus are a bit different. So I have this: So, how is that configuration being set up? VSC can not debug without a configuration Share this post Link to post