I recently had a bug in Firefox due to me choosing the wrong script type with intellisense.
<script type="text/jscript">
vs
<script type="text/javascript">
Is it possible to remove options from intellisense?
EDIT: I still want statement completion, just not all the options.