![]() |
Which editor do you use? - Printable Version +- Sinisterly (https://sinister.ly) +-- Forum: Coding (https://sinister.ly/Forum-Coding) +--- Forum: PHP (https://sinister.ly/Forum-PHP) +--- Thread: Which editor do you use? (/Thread-Which-editor-do-you-use) |
Which editor do you use? - Para - 02-08-2016 I'm currently using Sublime Text 3 with PHPLinter for syntax and error checking. I've been thinking about moving to PHPStorm for a while. Which do you use? RE: Which editor do you use? - snow - 02-08-2016 Sublime Text 3. Not that I use it for any special programming or anything. I just like that it typically is faster than Notepad++ and has more features, plus a pretty interface. RE: Which editor do you use? - VirtualFrost - 02-08-2016 Always stuck with brackets, always seemed simple and easy to look at. I've never really gone deep into coding, always mostly around HTML and CSS as I've been working on making MyBB Themes for a little bit now. RE: Which editor do you use? - Jasper - 02-08-2016 I'm using Sublime Text. Got bored of Notepad++ RE: Which editor do you use? - Para - 02-08-2016 (02-08-2016, 12:56 PM)VirtualFrost Wrote: Always stuck with brackets, always seemed simple and easy to look at. I've never really gone deep into coding, always mostly around HTML and CSS as I've been working on making MyBB Themes for a little bit now. I've heard brackets is very good for design. RE: Which editor do you use? - Lain - 02-08-2016 I use Sublime Text 3 with a bunch of nice packages; best package is probably emmet. RE: Which editor do you use? - Para - 02-08-2016 (02-08-2016, 01:03 PM)Senpai Wrote: I use Sublime Text 3 with a bunch of nice packages; best package is probably emmet. Which packages? I've only just started using packages. RE: Which editor do you use? - LikeAlcohol - 02-08-2016 I use Sublime Text 3 mainly, but I also use Atom for the packages sometimes. VS code I've tried out, has potential but not my cup of tea. RE: Which editor do you use? - Lain - 02-08-2016 (02-08-2016, 01:05 PM)Para Wrote:(02-08-2016, 01:03 PM)Senpai Wrote: I use Sublime Text 3 with a bunch of nice packages; best package is probably emmet. All Autocomplete - autocompletes words from all open files instead of only the one you're focused on. Bracket Highlighter - highlights brackets/tags when you're inside of them. Emmet - html for lazy people, i recommend learning how to use it :3 GitGutter - shows git diff in the line count thingo Gitignored File Excluder - excludes files from the search that are in the .gitignore file Sidebar Enhancements - adds nice menu functionality to the tree view Spotify - can control spotify via the command palette :3 RE: Which editor do you use? - Lain - 02-08-2016 (02-08-2016, 02:58 PM)Guest Wrote:(02-08-2016, 01:17 PM)Senpai Wrote: All Autocomplete - autocompletes words from all open files instead of only the one you're focused on. Definitely. Saves so much time. |