

Installing php-cs-fixer via composer to run globally on your machine. The team at symfony and the contributors have done really great job building a package that can be used with sublime text to format coding standard. I will probably give Rider and Visual Studio Mac a look to see whether they fare better on the above the points as I don't think VS Code will work for me.I personally use sublime as my primary code editor all the time, the main reason is its lightness and popularity among the developers around the world, another beneficial part is the huge availability of open-source packages for it.īelow, I'm going to cover how we format our PHP code to PSR-2 coding standard in sublime text. That plus the recent announcements that Unity will stop shipping MD with 2018 led me to try VS Code. Clearly some memory leak issues that were never addressed. Hated than MD crashed at least twice a day on OSX.

I do like the code outline that displays in the right rail.The MD cmd+b first pass build was really nice for refactoring because it would immediately show you all issues in a search results window.Probably there is a setting to turn this off but I don't see it. Clicking on a search result for a line in a file that is already opened seems to open a new instance of the file rather than moving the pointer in the currently opened one.The formatting of the results is also very odd.

I actually prefer the results on the bottom as MD did it because I generally use Split editing. If someone knows an extension that fixes this let me know Pressing enter in a statement doesn't auto indent.

Just switched from MonoDevelop to VS Code on OSX and here are my thoughts so far:
