cursor
cursor copied to clipboard
The AI Code Editor
I'm using Cursor to convert struct definitions from C# to go, there are 700+ code lines in the C# definition. Firstly I got the "END_interrupt" by the free plan, as...
Should have a short description of the general structure of the code, point people toward the most important sections to edit (e.g. where the language servers are installed) Maybe written...
Electron provides a pretty nice guide -> https://www.electronjs.org/docs/latest/tutorial/automated-testing
Generate unit tests for this code: private Date getMinDate(Date date1, Date date2){ if(Objects.isNull(date1) && Objects.isNull(date2)){ return null; } if(Objects.isNull(date1) && Objects.nonNull(date2)){ return date2; } if(Objects.nonNull(date1) && Objects.isNull(date2)){ return date1; }...
Place a complete project in the directory, which can be combined with other code files. Is the analysis result given? Can I analyze the entire project?
When generating code, you can select the code files in the project and place them in the context of gpt. This produces code that more closely matches the prompt word
I'm curious how cursor is inputting data into the AI and if it is able to "see" connections across different files. For example, I'm working on a code base that...
Is it possible to add a multilingual version to the cursor software?