cursor icon indicating copy to clipboard operation
cursor copied to clipboard

The AI Code Editor

Results 807 cursor issues
Sort by recently updated
recently updated
newest added

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...

bug

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...

documentation

Electron provides a pretty nice guide -> https://www.electronjs.org/docs/latest/tutorial/automated-testing

enhancement

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; }...

bug
question

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?

enhancement

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

enhancement

是不是有几个人用就开始飘了,非要登录

bug
duplicate
question

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...

enhancement
question

Is it possible to add a multilingual version to the cursor software?

question