adobe / brackets

An open source code editor for the web, written in JavaScript, HTML and CSS.
http://brackets.io
MIT License
33.25k stars 7.63k forks source link

Can't parsed and shows tooltip for new function with parameters in new Javascript document #14742

Open Nainabhandari8 opened 5 years ago

Nainabhandari8 commented 5 years ago

Method: 1.Install and launch Brackets 2.Create a new JavasSript document from file menu (change file extension to JS) 3.Type in the following code: function test(param1, param2, param3) { } 4.After the last curly brace, type "t" and press Ctrl-Space 5.Observe

Result: Can't parsed and shows tooltip for new function with parameters in new Javascript document in Win10/7 32bit system

Expected: test(param1, param2, param3) is displayed and highlighted in popup (among others)

Nainabhandari8 commented 5 years ago

_thumb_3753042 _thumb_3753040 _thumb_3753041