Sublime Text 3 和 VS Code 如何选择? - 知乎 两年多的sublime忠实粉丝前来回答一下~ sublime text 3(2基本没用过,从一开始用的时候3已经普及了)是我见过和用过的最漂亮最性感的编辑器,功能和易用性方面在同类编辑器当中也是名列前茅的,甚至可以比肩一些主流的IDE。
Sublime Forum The official Sublime HQ forum Hi there! I’m using SublimeText v4 build 4152 (update 02 08 2023) I successfully installed the Package Control, but when I try to install a package SublimeText doesn’t show the command Package Control: Install Package…
Should I invest into Sublime anymore? - General Discussion - Sublime Forum I was using Sublime for many years and purchased a license in 2019 It never became a decent IDE Sublime on Mac Package Control module does not work for several years and multiple release updates did not fix this Recently I switched to VS Code, which is developing at a very fast pace, has everything that Sublime can offer and more Now Sublime says that the next upgrade requires purchasing a
Paid VS Free version of Sublime Text. . ? Sublime Text may be downloaded and evaluated for free, however a license must be purchased for continued use There is currently no enforced time limit for the evaluation Buying ST definitely helps the dev of ST but the “for continued use” looks more like a test of moral conscience to me It’s so vague with a comparison to a solid period
GitHub Copilot for Sublime Text 4 is coming? Press Control + Shift + p in Sublime Text to open the command palette Type Add Repository, press Enter to add the following repo and press Enter Open the command palette again and type install package
Implement AI into Sublime Text However as I have seen the codeium sublime plugin lacks the chat with context-awareness (indexing) feature It would be really nice to interact with an AI that is context aware, so sees and knows at least the open files (but would be better if the whole project) and can be asked to generate code (eg unit tests) in a comfortable way, on a new panel
Sublime Forum I’ve been using Notepad++ for quite a few years now, and more and more people kept suggesting that I switch to Sublime When I first came to the website a few months (years?) ago, I saw a “Buy” button and that was an instant turn off for me But today, I actually wondered on the Download page, to try out the “trial” and see if it’s actually worth it, and saw an interesting thing
Keyboard shortcut to go to beginning end of line? - Sublime Forum For future reference, you can rebind any keys you want in a similar fashion Simply look up the command in the key binding file Alternatively, if you know of a key combination that executes the command you want, you may enter “sublime log_commands(True)” in the console Then press the appropriate key binding
Unable to install Package Manager - Technical Support - Sublime Forum Hi there! I’m using SublimeText v4 build 4152 (update 02 08 2023) I successfully installed the Package Control, but when I try to install a package SublimeText doesn’t show the command Package Control: Install Package (see figs) Here are the steps I tried: Open the Command Palette using shift+command+p (OS X) or by selecting Tools > Command Palette from the menu bar; Find and select the
Why codes are not showing colors? - Sublime Forum That will trigger Sublime to try and build the current file What that does depends on the type of file you’re editing and what the build system is set to under Tools > Build System I would recommend setting it to Automatic , which will make Sublime automatically choose the correct build (if there’s more than one that applies, it will ask