This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 207676 - autocompletion sometimes stop working in javascript
Summary: autocompletion sometimes stop working in javascript
Status: RESOLVED WORKSFORME
Alias: None
Product: javascript
Classification: Unclassified
Component: Editor (show other bugs)
Version: 7.1
Hardware: PC Linux
: P3 normal (vote)
Assignee: Petr Pisl
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-01-24 11:38 UTC by trusti
Modified: 2013-06-21 11:04 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description trusti 2012-01-24 11:38:15 UTC
Sometimes in javascript autocompletion is not working properly
I've tried with jquery to hint a function ($.post()), and it doesn't show anything
Tried to do a symbolic link the php file with .html extension, and the function appears (first I was obly to comment out the php part to have autocompletion and hint working properly)
So I tried to switch off netbeans and reopen it: in the php file surprisely the function $post() appear in himt
I don't know how to replicate the issue.

Sometimes the hint in Javascrit stop working unexpected  also regarding javascript hinting (it show "no documentation found") while writing code. In those cases I resolve launching a reformatting of the page, and hinting start working again

I'll try to trace the activities to find a way to reproduce it
Comment 1 Petr Pisl 2013-06-21 11:04:12 UTC
In NB 7.4 it should work as expected. Please reopen, when there is still some issue.