worksofliam / ILEditor

IBM i development environment (IDE)
https://worksofbarry.com/ileditor/
GNU General Public License v3.0
86 stars 29 forks source link

Using VS Code #98

Closed ramstein74 closed 5 years ago

ramstein74 commented 5 years ago

Liking your editor so far but have you considered using vs code instead of creating an editor from scratch and just adding a plugin to connect and browse iseries ?? Maybe it would cut a lot of development time reinventing what is already available... Regards

worksofliam commented 5 years ago

Hey @ramstein74

Yes - before ILEditor was a thing I was writing extensions for not only VSCode, but also Visual Studio.

VSCode is a great fit until it comes to working with source members and compiling remotely, which is why I just built something from the ground up to work the way I wanted.

ILEditor is over a year old now and is more stable than ever.

Thanks, Liam Barry