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.
Auto Complete . missing methods
Moderator: kfury77
Forum rules
Please try to follow these guidelines. This will help to receive faster and more accurate response.
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;
Re: Auto Complete . missing methods
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
Re: Auto Complete . missing methods
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.
createElement()
createAttribute()
createTextNode()
while i do notice if i type it fully once it became reside in the list .
thanks for response.