papyrus-lang icon indicating copy to clipboard operation
papyrus-lang copied to clipboard

Autocomplete/Syntax not working with MO2 setup

Open Zapaeryan opened this issue 4 years ago • 1 comments

I've been trying to use this extension with MO2, but unfortunately my syntax and autocomplete seems really fucked up. it just isn't working properly (stuff like event and OnInit autocomplete to completely different stuff like "OghmaInfiniumScript", as if the program has it's priorities all fucked up) despite me having followed the installation instructions perfectly. I even tried running VS Code through MO2 with the right overwright folder set but that didn't work either. I vaguely remember it working properly, but that was with the files saved in my /Data folder and I haven't been able to replicate it since.

Can anyone tell me what's going on? Is this a bug on my end, or an issue with the current version? what can I do to fix this so my syntax is working properly with MO2?

Zapaeryan avatar Apr 15 '20 17:04 Zapaeryan

Does the autocomplete literally not working at all or the issue you are facing is the order of the IntelliSense's suggestions? I've followed the instruction here, and I also noticed that the generated Skyrim LE project file (.ppj) have incorrect directory path, which was .\Source\Scripts when it should be .\Scripts\Source.

This is the edited & working .ppj file: image

Tieantono avatar May 24 '20 17:05 Tieantono