Base solution for your next web application
Open Closed

ABP javascript Intellisense #4157


User avatar
0
jdavis01 created

I don't seem to get any Intellisense when working with *.js files and abp app services.

Example below..

var _personService = abp.services.app.person;

Any thoughts?


3 Answer(s)
  • User Avatar
    0
    ismcagdas created
    Support Team

    Hi @jdavis01,

    This is the expected behaviour. Those scripts are generated on runtime.

  • User Avatar
    0
    jdavis01 created

    Sorry for my basic question, but where would be the best object model to use for reference when writing those scripts? I dont seem to see it in the documentation..

  • User Avatar
    0
    ismcagdas created
    Support Team

    Hi @jdavis01,

    There is no object model for the generated scripts, sorry.