Spring Criteria does not autocomplete when the query is in a variable, but linters work

XMLWordPrintableJSON

    • Type: Bug
    • Resolution: Fixed
    • Priority: Minor - P4
    • 0.1.0
    • Affects Version/s: None
    • Component/s: Autocomplete
    • Environment:
      OS:
      node.js / npm versions:
      Additional info:
    • 2
    • Iteration D (June 2 - June 13)
    • Not Needed
    • Developer Tools

      If you have a query like this:

      var query = Query.query(where("field").is("whatever"))
      return template.find(query, Movie.class)
      

      Autocompletion does not trigger when the caret is in "field", however, the linters are working as expected.

      If the query is inline the find method, it works as expected.

            Assignee:
            Kevin Mas Ruiz
            Reporter:
            Kevin Mas Ruiz
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: