
VISUAL STUDIO CODE UNITY 2018AUTOCOMPLETE CODE
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. Make sure the setting fontAwesomeAutocomplete.enableElevatedSortPriority is set to true (default) Set the setting editor.snippetSuggestions to 'bottom' If you're still having trouble with the sort order of the autocompletion. That plus the recent announcements that Unity will stop shipping MD with 2018 led me to try VS Code. This is usually caused by another extension having higher priority, especially if the other extension provides snippets.

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. Which goes better with Unity when scripting with C What are the good, the bad, and the uglyWhat are you opinions on this Don't forget to cast a. If someone knows an extension that fixes this let me know Pressing enter in a statement doesn't auto indent.

code formatting/beautify is terrible on VSCode.Just switched from MonoDevelop to VS Code on OSX and here are my thoughts so far:
