drifter2412
21 Jan 2019, 3:44 AM
We've recently moved from the WebStorm plugin to the VS Code Plugin and most of the functionality is working great.
The main issue we are having is that when we are working inside a local package (i.e. [root]/packages/local/[packagename]) , snippets are not working when creating a new file. The new file has the correct extension (.js) and the snippets do appear in the prompt but when choosing any of them no text is populated. The snippets do populate correctly when inside an App though.
I've reviewed the vscode-extjs.log but there's no error in the logfile nor is there anything appearing in the Extension Host log.
We're running VS Code:
Version: 1.30.2 (user setup)
Commit: 61122f88f0bf01e2ac16bdb9e1bc4571755f5bd8
Date: 2019-01-07T22:54:13.295Z
Electron: 2.0.12
Chrome: 61.0.3163.100
Node.js: 8.9.3
V8: 6.1.534.41
OS: Windows_NT x64 10.0.16299
And the latest ExtJS Plugin (v1.0.1).
Anyone else had this issue? Any help/guidance would be appreciated, thanks!
The main issue we are having is that when we are working inside a local package (i.e. [root]/packages/local/[packagename]) , snippets are not working when creating a new file. The new file has the correct extension (.js) and the snippets do appear in the prompt but when choosing any of them no text is populated. The snippets do populate correctly when inside an App though.
I've reviewed the vscode-extjs.log but there's no error in the logfile nor is there anything appearing in the Extension Host log.
We're running VS Code:
Version: 1.30.2 (user setup)
Commit: 61122f88f0bf01e2ac16bdb9e1bc4571755f5bd8
Date: 2019-01-07T22:54:13.295Z
Electron: 2.0.12
Chrome: 61.0.3163.100
Node.js: 8.9.3
V8: 6.1.534.41
OS: Windows_NT x64 10.0.16299
And the latest ExtJS Plugin (v1.0.1).
Anyone else had this issue? Any help/guidance would be appreciated, thanks!