
I opened the same file in ST and it opened instantaneously. The other day I had to look at a 28MB CSV file and wanted to do in an IDE.
#SUBLIME TEXT VS VSCODE CODE#
I don't think VS Code will ever match the performance, speed, and low memory consumption of ST. I hate to say it, but I'm sold on VS Code. I'm a JS/PHP developer and having the IDE clean things up for me on save actually allows me to move faster and confidently. I made a deal that I would try out VS Code for one week. I was jealous of a few things they had (Prettier) but I was able to blow their mind with the speed and other aspects of ST. I started a new job about 2 years ago and everyone was using VS Code. I've been a long time user and fan of ST.
#SUBLIME TEXT VS VSCODE LICENSE#
I guess my question is, is Sublime Text better than Visual Studio Code for Web development, and is the license worth its hefty price tag? I like intellisense and Powershell terminals directly in the same window, but apart from that I haven't been using much of it differently than I would a "normal" text editor. I am not at all married to Visual Studio Code.

#SUBLIME TEXT VS VSCODE FREE#
I believe there's also a free tier and a paid tier (or some licensing of some kind). I gathered (perhaps erroneously?) that Sublime Text does not do code verification, perhaps not intellisense either, and I think you cannot debug either (please correct me if I'm wrong). At first I thought it was like Notepad++, but people seem to compare it more with Atom or Visual Studio Code. However, I've seen websites about Sublime Text, and people seem to really enjoy it. I have been using Visual Studio Code for this short time (a few weeks) I had to use Visual Studio in my previous job, so it was kind of a "natural" path for me I guess. So to build an extension, you call ALC -project: -out:module.navxĪnd if everything compiles, you got a NAVX file, ready for deploy.I have a quick question about Sublime Text. project: (This is where app.json is located) You can supply the following parameters to ALC: The compiler is called ALC.EXE and is located in the bin folder of the VS Code AL Extension (Under C:\Users\you\.vscode\extensions\) But wait, first, let’s locate the compiler. Next on the list is the compiler, let’s see if we can get Sublime Text to compile for us. That was easy 🙂 Let’s compile from Sublime Text Keywords are colored, numbers are colored, the text string in the message command is colored. Notice that even though the colors are not the same, the coloring scheme is the same. That will copy the AL Code syntax into Sublime Text’s setup. vscode\extensions\\syntaxes\*.* AppData\Roaming\Sublime Text 3\Packages\User\AL\*.* So the following copy command: (executed from the \users\you folder, and replace xxxx with the version number of your AL dev extension).

TextMate has become the defacto standard for syntax highlighting and (big surprise) Sublime Text also uses TextMate. VS Code uses TextMate format to describe the text. Source highlighting is the process that renders your code in specific colors based on text types and word. So why not try to get the new developer tool to run with Sublime?įirst, let’s look at what we get in VS Code right now with the “AL Extension”: So Visual Studio Code is great, and an awesome tool, but for some deep primal reasons, the choice of text editors has always been very personal for developers. (Disclaimer, everything in this post is a hack, at this point, it’s all about making it work, then we can use nice folder names etc.
