Razor Enhanced

RazerEnhanced AutoComplete for Visual Studio Code

[«<]

Author: HeelYes#0441

This info comes from entries in Discord, and links to sites mentioned in Discord

1. Install Visual Studio Code (VSC).

2. Install the Python Package for VSC

3. Add IronPython Typings

4. Restart VSC (Alt-F4 to close)

5. Configure json settings in VSC

6. Open a new file and add the following code

Test File to verify from

from AutoComplete import *
Misc.SendMessage("Test MSC. AutoComplete working!", 33)

7. Verify that Intellisense is working

8. Save the file into your ER Script folder.

9. In the Scripting Tab of ER, Add the file you created in the ER Script folder

10. In the …\RazorEnhanced\Lib directory

11. Test the execution of the test file that was created in VSC, and make sure it runs successfully in ER.

12. In each of your scripts you want to edit in VSC, add the import:

from AutoComplete import *

13. I was able to add the …\RazorEnhanced\Scripts folder to the VSC Explorer by using File>Open Folder.