ciotmike Posted October 29, 2017 Report Posted October 29, 2017 I'm on a macintosh and want to know what is the best text editor for that platform. 1
MikeJones Posted October 30, 2017 Report Posted October 30, 2017 I run CentOS Linux. Of editors available to both CentOS and MAC, I have used VIM, Brackets, Atom, and Sublime Text. I have used others that are not ported to MAC. Of these, I always come back to Sublime Text. Best Advice? Try several, you will find one that stands out among the others. 1
ciotmike Posted November 2, 2017 Author Report Posted November 2, 2017 Thanks! Sublime text is easier to use with the autofill.
aabarker Posted November 2, 2017 Report Posted November 2, 2017 Sublime is great. I prefer it to notepad++ because it's easier to install extensions. A great extension is emmet - it gives you some really useful shortcuts like so: h1.main-text>ul.main-mav>li.nav*5 outputs this: <h1 class="main-text"> <ul class="main-mav"> <li class="nav"></li> <li class="nav"></li> <li class="nav"></li> <li class="nav"></li> <li class="nav"></li> </ul> </h1> If you dislike the default colour scheme, you can change it to the same as notepad++ in preferences. 1
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now