For anyone who writes code, the editor is one of the most important tools. A good editor can speed up your work, reduce mistakes and even make learning new languages easier. Because of that, we regularly try new tools in our team.
We held a Cursor study session to explore this AI-assisted editor together. Some of us were already curious about it, others had never heard of it. The session was a chance to see what Cursor can do and to discuss whether it could improve our daily development work.

What Is Cursor?
Cursor is a modern code editor built on the same foundation as Visual Studio Code. It runs on Windows, macOS and Linux, and supports most VS Code extensions, themes and keybindings, so it feels familiar from the start.
What makes Cursor stand out is its deep AI integration. Right inside the editor you can:
- Highlight code to get instant explanations
- Generate new snippets or refactor existing ones
- Ask it to write tests or documentation
This turns the editor into both a productivity tool and a learning companion.
Advantages of Using Cursor
During our session we noticed several advantages:
- Familiar yet enhanced: Everyone who had used VS Code adapted quickly.
- AI assistance built in: We could ask questions about our code and generate snippets without leaving the editor.
- Cross-platform and extension support: All our favourite VS Code extensions worked.
- Integrated terminal and Git: We compiled, ran and committed code without switching windows.
- Helpful for learning: Beginners in the group liked being able to have the AI explain functions or concepts directly in the file.
Our Cursor study session showed us how an editor can do more than just hold text — it can actively support learning and speed up everyday tasks.
How to Install Cursor
We also walked through installation together. It’s straightforward:
- Go to cursor.sh.
- Download the installer for your operating system:
– Windows: run the.exefile.
– macOS: drag the app into Applications.
– Linux: use the.AppImagefile or your package manager. - Open Cursor for the first time. You can sign in with GitHub or an email to sync your settings.
- Click the gear icon at the bottom left to adjust themes, fonts, and AI options.
Within minutes everyone in the room had it running.
How to Use Cursor
In the study session we tried out some basic workflows:
- Opening a project: Drag a folder into Cursor to see all your files in the Explorer.
- Creating a file:
Ctrl + Nto create, save with.html,.java, etc. - Using the terminal: `Ctrl + “ (backtick) to compile or run commands inside the editor.
- Using AI: Highlight code and press
Ctrl + Ito ask for an explanation or to generate/refactor code. - Extensions: Click the Extensions icon to install language packs, snippets, linters or themes.
We even wrote a small HTML page and a simple Java program right there. Seeing Cursor’s auto-completion, automatic tag closing and AI suggestions made the exercises smoother for everyone, especially for members who were new to those languages.
Conclusion
Our Cursor 勉強会 confirmed that an editor can be more than just a place to type code. With easy installation, a familiar interface and powerful AI built in, Cursor helps both beginners and experienced developers learn faster and work more efficiently.
Stay tuned for the article!





















