We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
meta
punctuation
Version: 1.37.1 Commit: f06011ac164ae4dc8e753a3fe7f9549844d15e35 Date: 2019-08-15T16:16:34.800Z Electron: 4.2.7 Chrome: 69.0.3497.128 Node.js: 10.11.0 V8: 6.9.427.31-electron.0 OS: Darwin x64 18.2.0
Steps to Reproduce:
javascript
function func1(word1) { return word1; }; func1("hello world");
Does this issue occur when all extensions are disabled?: Yes
brackets are punctuation when define function
brackets are meta when call the function
I test this basic code in other languages like golang, ruby. brackets are always punctuation instead of meta.
Should JS function bracket be meta instead of punctuation when calling the function?
Version: 1.37.1
Commit: f06011ac164ae4dc8e753a3fe7f9549844d15e35
Date: 2019-08-15T16:16:34.800Z
Electron: 4.2.7
Chrome: 69.0.3497.128
Node.js: 10.11.0
V8: 6.9.427.31-electron.0
OS: Darwin x64 18.2.0
Steps to Reproduce:
javascriptmodeDoes this issue occur when all extensions are disabled?: Yes
brackets are

punctuationwhen define functionbrackets are

metawhen call the functionI test this basic code in other languages like golang, ruby. brackets are always
punctuationinstead ofmeta.Should JS function bracket be
metainstead ofpunctuationwhen calling the function?