I am using Dreamweaver CS3. I would like auto suggestion and auto complete features for JavaScript and jQuery like for HTML and CSS.
Asked
Active
Viewed 1,020 times
0
-
Please give example of some code where you wanna use autocomplete – Aksel Willgert Nov 24 '12 at 17:28
-
@AkselWillgert comment makes no sense, OP is asking about code type ahead in an editor for the whole library – charlietfl Nov 24 '12 at 17:34
-
Yeh i missunderstood. Thougt it was about implementing autocomplete func. Sorry – Aksel Willgert Nov 24 '12 at 17:40
1 Answers
1
There is an extension for it in the extensions library on Adobe site but it doesn't work very well. I say this based on my experiences with DW CS3 from years ago, I doubt updates have been made for CS3 extensions but could be wrong. Suggest using Sublime Text
with jQuery plugin and javascript formatting plugin as javascript editor. Infinitely better than older versions of Dreamweaver.

charlietfl
- 170,828
- 13
- 121
- 150
-
Thanks @charlietfl Now I am using `Sublime Text` and it's far better. – Biswajit Saha Nov 29 '13 at 20:22