Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
ruhe9166y> be bill gates
> search for free software that costs no money
How the tables have turned.. -
donuts238486y@irene VSCode it is for now.... I just need something better than Notepad or whatever they call it in Linux
-
bahua129056yWhy would you not be willing to pay for something as critical to your workflow as your IDE? Also, why would you jump headfirst into Linux without an idea what you're going to do with it?
-
donuts238486y@bahua because I usually use Windows as I said... the only reason I need Linux now is to see if it will build and run... I can't get the SQLite package to install and run on Windows 10.
-
donuts238486yAnd it turns out Linux does not solve the issue... Probably the create-react-app is just fucked... somehow don't like any SQLite library...
-
musician9426y@billgates depends on the features you are missing. Most important for me was the intellij keymap. Other good ones are auto tag renamer, auto bracket closer.
If you miss a feature just check the extensions. Its most likely there -
donuts238486y@musician the one I like is when u Rena e a current or method and it changes all referenced everywhere
-
musician9426y@billgates I think thats built in. For me its shift + f6 with the intellij keybindings.
-
donuts238486y@musician oh I don't think it was before but also that remember was online limited to the current file? It's not smart enough to find references in other files? At least the certain I use at work didn't, it can't verify the imports.
-
donuts238486y@musician so many typos today. Yeah maybe TS... I remember before when in PyCharms they couldn't do it but somehow they figured something out now... To me it's just all magic..
-
donuts238486y@rantalicious Webstorm
Not very good if I just need to live edit some files though, rather have everything in on place rather then jumping around -
donuts238486y@rantalicious seems it a complicated install.. Giant read me, not sure. So was just wondering what limited people usually use
I'm moving my React development to Linux VM as something is messed up in Windows npm...
I would like an IDE somewhat similar in features to Webstorm.
What's a good one? Needs to be GUI, not vim, don't feel like going thru the learning curve.
question