GabrielMoraru 38 Posted 10 hours ago I want to create an IDE plugin like Copilot for Visual Studio or like Cursor. I already started with OTA but now I wonder if it would have been better to go for NTA (Native Tools API). NTA seems more brittle but also more complete (and way less boiler plate code). Opinions? Share this post Link to post
dummzeuch 1656 Posted 9 hours ago If the NTA offers advantages to your plugin you can always add that later. Whether that's the case depends on what your plugin does. Share this post Link to post