Bitburner: How to Autocomplete Your Scripts in VSCode
A short guide that describes how to set up autocompletion for the games own code classes inside Visual Studio Code, so you can write your scripts outside of the game. How to do it. Create a new empty folder/directory for your scripts. Go to the games official github, and download the “NetscriptDefinitions.d.ts” file: https://github.com/danielyxie/bitburner/blob/dev/src/ScriptEditor/NetscriptDefinitions.d.ts Put … Read more