Select to view content in your preferred language

help me to fix the Intellisense error

1458
5
10-10-2013 10:26 PM
PhuongNguyen_Thanh
Emerging Contributor
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
0 Kudos
5 Replies
ManishkumarPatel
Deactivated User
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
0 Kudos
PhuongNguyen_Thanh
Emerging Contributor
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


Hi Manish,

I already added this script to my file but it's still not working

Here's my pic[ATTACH=CONFIG]28262[/ATTACH]

Here's my location file
[ATTACH=CONFIG]28263[/ATTACH]

Best Regards,

Phuong Nguyen
0 Kudos
PhuongNguyen_Thanh
Emerging Contributor
up for help 😞
0 Kudos
JonathanUihlein
Esri Regular Contributor
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.
0 Kudos
PhuongNguyen_Thanh
Emerging Contributor
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.

Thank you Jon.Uihlein ! I got it
0 Kudos