Code Monkey home page Code Monkey logo

Comments (2)

sanbox-irl avatar sanbox-irl commented on June 20, 2024

This is caused by three errors:

  1. The linter didn't have any function for knowing "required" vs. "optional" parameters. The skeleton of that has been added, but it will need to be fleshed out. That is a relatively quick job.

  2. More fundamentally, the imported manual does not check for optional parameters. This is now being fundamentally rebuilt as the "DocumentationImporter" class, which will handle initial imports of the manual and, in the future, allow users to add arbitrary documentation (as in, document variables, re-do documentation, etc.). That class is being built in branch https://github.com/GameMakerDiscord/gml-tools-langserver/tree/importManual.

  3. Parameters are not indexed well if they are optional. This affects script indexing. Essentially, all of the script JSON needs to be reworked in some form or another, so that will be the final pass done.

from gml-tools-langserver.

sanbox-irl avatar sanbox-irl commented on June 20, 2024

Completed work in in commit 37fb2e4

from gml-tools-langserver.

Related Issues (18)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.