Tarnos7
- 活动总数 28
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 5
- 订阅数 8
-
创建于 HTML to JadeJS/PugJS
Hello, Is there a way to convert html files to pugjs?I've got few html files which I want to edit in pug/jade. Currently I am using an online tool to manually copy paste, but I'd like a built in ... -
已编辑于 Autocomplete for json array(intellisense?)
Hello, I would like to know if it's possible to autocomplete json array with strings based on another global variable or a file. Example: let myArray = ["First", "Second", "Third"]; My J... -
创建于 I would like an IDE for both JS and C#, what do I do?
Hello, I am subscribed to Webstorm and recently I decided to learn C# which probably require a different IDE, is there a way for me to combine my WebStorm subscription with another IDE for some ... -
创建于 Things I should know/use.
Hello, I am using WebStorm with JavaScript/HTML and GIT, what are the things I should know of and use with WebStorm? I am subscribed for over a year already and I am usually using basic functi... -
创建于 Color picker with live debug
Hello, I am using color picker in my css while debugging my code, would it be possible to see live changes while picking colors without pressing "choose" button? Once I press choose button, col... -
创建于 Updating webstorm in app?
Hello, I have a problem with updating it directly in IDE, when I press "download" it will open a website where I am supposed to download an exe file and install it(again). I can understand that ... -
创建于 File Watcher transpiler for pugJs
Hello, I am stuck at creating a transpiler for pugJs. Everywhere I've been looking for an answer, people use "jade.cmd", but I have completely no idea how to create that file or what should be ins... -
创建于 PugJS new line in Webstorm
Hello, I am trying to add a new line inside parenthesis: div(ng-class="{'col-xs-4': enemies.length === 3," +" 'col-xs-6': enemies.length === 2} Adding a new line also adds double quotes and a pl...