Auto Complete . missing methods

Post your questions and problem reports here

Moderator: kfury77

Forum rules
Please try to follow these guidelines. This will help to receive faster and more accurate response.
  • Check the Support section of the corresponding product first. Chances are you will find your answer there;
  • Do not create new topics for already reported problems. Add your comments to the existing topics instead;
  • Create separate topic for each problem request. Do NOT post a number of non-related problem reports in a single topic;
  • Give your topic a meaningful title. Titles such as "A question," "Bug report" and "Help!" provide others no clue what your message is about;
  • Include the version number of the software you are using;
  • This is not an official customer support helpdesk. If you need a prompt and official response, please contact our support team directly instead. It may take a while until you receive a reply in the forum;
Post Reply
chechnyan
Posts: 37
Joined: Mon Oct 01, 2012 4:37 pm

Auto Complete . missing methods

Post by chechnyan »

hello . this is a very simple thing that i notice its not an urgent issue when i do javascript .
its that occasionally i miss some methods to be shown in auto complete list menu .
for example after i type dot "."after the "document" , the menu appear with most frequent methods and properties . but the missing methods are
1-getElement
2-querySelector
3-querySelectorAll.
User avatar
Aivars
Blumentals Software Developer
Posts: 2462
Joined: Thu Aug 22, 2002 1:40 pm
Location: Latvia

Re: Auto Complete . missing methods

Post by Aivars »

We will add querySelector and querySelectorAll, but what do you mean by getElement? I don't think it's a standard DOM function.
Blumentals Software Programmer
chechnyan
Posts: 37
Joined: Mon Oct 01, 2012 4:37 pm

Re: Auto Complete . missing methods

Post by chechnyan »

sorry i meant
createElement()
createAttribute()
createTextNode()
while i do notice if i type it fully once it became reside in the list .
thanks for response.
Post Reply