Hi all !
I download the code plugin to do web map project in here : https://developers.arcgis.com/en/javascript/jsapi/api_codeassist.html
. I do all the steps. But it shows me that problem 😞
[ATTACH=CONFIG]28252[/ATTACH]
Please help me 😞
Best Regards,
Phuong Nguyen
Hi Phuong,
Did you add a <script> tag that references to the code assist document.
<script type="text/javascript" src="path_to_the_code_assist_document"></script>
Thats should do the trick. I just tried that at my end and it works fine.
[ATTACH=CONFIG]0[/ATTACH]
Let me know the results.
[ATTACH=CONFIG]28253[/ATTACH]
Thanks & Regards,
Manish
It looks like you're trying to code in AMD style (which is preferred and the best way to go about writing an application using the ESRI JSAPI).
On the Intellisense page you linked:
Note: As of v3.6, coding in AMD style is not supported yet.
I wouldn't worry about using the plugin until it is updated.