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
-
I can not answer the first one, since I'm still a student.
But my favourite text editor is atom. Sublime Text is nice, but proprietory. That's why I avoid using it. -
CptFox16197yI'm a research engineer, and my unit encourages everyone to use pycharm, mostly because it simplifies dependency handling by people who weren't really python devs before. But everyone is free to use whatever they like to dev... Except that we have to do it on Windows laptops with a antivirus that has a knack for murdering my drivers for the software defines radio I work with... That part's annoying
-
-
CodeNoir7347ySome companies make you use a specific IDE, some even tailor their own distribution. For example, I worked for one that did an Eclipse distribution. The upside is that everyone uses the same tool, but for me that was crap.
My fav IDE is any JetBrains one, and Sublime is my choice of an editor. -
My 2 cents:
Personally I'm all for freedom of choice of hardware and software. Within reasonable bounds of course.
However, N devs work on the same software. Dev A wires a new code file, formats it in a specific way, commits to git. Dev B has to exit the same file, wires a new method, reformats it automatically with the IDE, commits changes all over the file. Or wastes time in selective formatting, making it inconsistent.
Different editors have different formatters with different options.
Not only format. Other development workflows might be influenced by the software.
It would be ideal it everyone used the same thing, but if it impairs progress then rules must be more relaxed on this. -
ddephor45117yThe particular development situation in every company may dictate some tools to do the work. But if someone would force me to use a special editor that would be the last day at this company.
I have to use a very shitty IDE for a microcontroller for years, so I've given up on its editor and develop with emacs outside of the genuine IDE for that platform and use the IDE just to for build and debugging. Using the built-in editor all day long would drive me crazy. The other way round you could say, emacs has saves my sanity. -
ddephor45117y@AndSoWeCode Code style should not depend on the tools used. The tools must be configurable to the style agreed on.
If the tools do not support this, external tools have to be used.
But never let the tools dictate the workflow. Use the tools that support your workflow. -
@ddephor some things can't be configured, and there are no external tools for other things.
Small stuff like spaces before or after parentheses of control statements, indentation of split lines, etc.
And try finding any comprehensive SQL formatter for a specific flavor. -
I use PHP storm. Had to argue a bit but once I proved it saved time over a text editor they were happy with it.
-
My boss said "you can use whatever you want, but I'll only pay you a Jetbrains license" 😂😅
-
blem1410667yWe are allowed to use any free software, up to us what suits us best, just to be sure it does not require license purchase.
-
They usually want you to conform. They tend to use one ide and want everyone to use it. However you could probably make a case for vscode like I did 😬
-
iDanoo9007yPhpstorm does the trick for larger projects. I like atom and occasionally vim for quick edits.
-
Wack63117yI'm kind of selfempoyed, probably so yes and i fucking love it. Since my boss is me and i forcd my self to use an idea I like.
-
@Nanos I believe UltraEdit had that feature. Built in hex editor and tags/functions, console ouput and a number of other things. I used that a ton many years ago but don't know how it is recently. Just remember column mode would allow the cursor to go anywhere and changed it a good bit. There may be similar functionality in newer editor's and idea with (or without?) plugins. Not sure.
-
Sublime does what I need and in an intutive "I wonder if I try this and the editor acts this way" way -- and it surprisingly does. It's like someone took a long time to figure out common UI issues and resolve them before I could even run into them.
-
No, they don't force you too. A good company could have a wiki with all the guidelines and conventions to write code. But the tools to use depends on you.
Having said that, I prefer VS Code. But also, most of my time is spent on IntelliJ. -
fersadilala0315dIf I was forced to use a word processor, I would quit immediately. VS code is the best for me.
-
malcolmroe27314dI have already found for myself personally the best one in my opinion. This is VS-code, it doesn’t have many competitors either. If you are looking for a free HTML editor, you must clearly understand the requirements for what you want to create using HTML. Due to the fact that many editors are free, your choice may be reduced to two or three. Once you have tested their basic features, you can adopt one of them. I also chose and read about the best text editor for mac, used https://setapp.com/how-to/... information here. It is difficult to choose the best editor that, in addition to its features, will suit you perfectly. Everything happens in practice. So good luck!
Related Rants
So Ive been wondering.. Do companies make you use a Text Editor/IDE of their choosing or do you pick your own?
and side question, Whats your favorite Text Editor/IDE? I prefer VSCode and Sublime Text 3.
undefined
text editor
ide