From VS Code to Cursor: A Full Journey with AI-Powered Code Editors
前言 / Introduction 碩班期間,由於 OpenAI 掀起了一股 AI Agent 狂熱,而程式撰寫也跟上了這股熱浪。因緣際會之下,參與了 GitHub Student Developer Pack,導入了 Github Copilot 到日常使用,透過他在背後助補全程式碼。 After getting access to GitHub Copilot through the GitHub Student Developer Pack during school, I was impressed by how it assisted with code completion in daily work. 進公司後,團隊開始導入 Cursor 這套基於 VS Code 的 AI IDE,也讓我有機會體驗不同工具帶來的差異與便利。 At work, our team started promoting Cursor, an AI IDE built on top of VS Code’s open source version. This gave me a great opportunity to experience the differences and benefits of both tools. ...