Skip to content
  • Thanks so much Max! I literally created a GitLab acc just to give this a thumbs up. You are a gentleman and a scholar.

  • Pater Frog @pater.frog ·

    How am I supposed to use this? Where do I do what?

  • Here is what worked for me to activate Screeps Autocomplete in vscode:

    Restart vscode.

    Hope this helps.

  • JS @steel802 ·

    None of the above worked for me. I had to include a jsconfig.json file in my project directory and write

    {
      "typeAcquisition": {
        "include": ["screeps", "lodash"]
      }
    }

    More info here https://code.visualstudio.com/docs/nodejs/working-with-javascript

    Edited by JS
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment