Can’t Index UEFN Verse Code Project
Open Project In UEFN, Open code-workspace, try indexing
Cursor v1.0.1 Windows 10 19045.5608
So i can’t use Tab Completion, for what i buy cursor.
Can’t Index UEFN Verse Code Project
Open Project In UEFN, Open code-workspace, try indexing
Cursor v1.0.1 Windows 10 19045.5608
So i can’t use Tab Completion, for what i buy cursor.
So tried to index on 0.49.6, then updated to latest version and indexing somehow working. But Tab Competion still don’t so i can’t use cursor
So to fix this you need to modify .code-workspace of your project and delete all name sections in folders or delete all “/” from name sections.
For example:
“folders”: [
{
“name”: “/Verse.org”,
“path”: “C:/Users/Admin/AppData/Local/UnrealEditorFortnite/Saved/VerseProject/TestProject/Verse”
}
Should be:
“folders”: [
{
“path”: “C:/Users/Admin/AppData/Local/UnrealEditorFortnite/Saved/VerseProject/TestProject/Verse”
}
Or:
“folders”: [
{
“name”: “Verse.org”,
“path”: “C:/Users/Admin/AppData/Local/UnrealEditorFortnite/Saved/VerseProject/TestProject/Verse”
}
And also i have not working cursor tab. Changing HTTP Compability Mode from HTTP/2 to HTTP/1.1 fixed this issue.
Cursor Team please fix this bugs! Thanks in advance!
Helloooo Cursor Bug Team??? Why are you ignoring email and this thread?
Hi @devintly
It seems the post was flagged automatically due to cyrilic file name or file label, I relisted your bug report. The forum rules require english as post language so everyone can read and reply, so it was a mistake in the system.
The issue with HTTP2 to HTTP1 is not a bug but has to do with your internet access which most likely has a firewall that prevents HTTP2 requests.
Could you try a new project with same code to see if the indexing issue still occurs?
So Unreal Editor for Fortnite Automaticly generates multy-folder .code-workspace file with “/” symbols in folders names. Error still exists on latest 1.1.3 version of cursor. So cursor is trying to get path from name field and it is not needed for UEFN. Can you make an exception for UEFN from your side please?
Thanks for bumping up bug report and answer!
@danperks could you please have a look?
Hey, I’ve flagged this to the right members of the team to take a look at!
Just to add, our indexing team has had a look into this, and we believe we may have a fix.
While we’ve not tested it directly with UEFN, it should make it into v1.2 when that is release in the near future!