Tarnos7
- Total activity 28
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 5
- Subscriptions 8
-
Created 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 ... -
Edited 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... -
Created 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 ... -
Created 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... -
Created 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... -
Created 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 ... -
Created 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... -
Created 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...