Questions tagged [sublimetext4]

DO NOT USE THIS TAG UNLESS YOUR QUESTION IS SPECIFICALLY ABOUT SUBLIME TEXT ITSELF. Do not tag your IDE or source code editor in questions about unrelated topics. Sublime Text 4 is the latest version of a multi-language, multi-platform code editor, developed by Jon Skinner and SublimeHQ. It is very fast, highly extensible and customizable, and has a Python API to allow plugins for augmented functionality.

Overview

Sublime Text 4 is the latest version of a multi-language, multi-platform code editor, developed by Jon Skinner and SublimeHQ. It is very fast, highly extensible and customizable, and has a Python API to allow plugins for augmented functionality.

New Features

  • Tab multi-select
  • Native support for Apple Silicon and Linux on ARM64 processors
  • Refreshed UI
  • Context-aware autocomplete
  • , and support
  • Improved syntax definitions
  • GPU rendering
  • Dual APIs, supporting (default) and . The API has been extended and improved considerably.
  • Fully compatible with
  • Safe mode (--safe-mode command line switch) to simulate a fresh install for troubleshooting
  • Improved input handling, extended key bindings
  • Added File → Print, which prints through a web browser. Edit → Copy as HTML available as well.

The full changelog is available on the downloads page.

Resources

119 questions
3
votes
0 answers

sublime text 4: how to add JSX syntax highlighting

I have installed sublime text 4. I have installed babel-sublime package inside sublime text. BUt still i dont see the js files getting syntax highlighted I still see
Santhosh
  • 9,965
  • 20
  • 103
  • 243
3
votes
1 answer

How can I make SublimeText version 4's autocomplete behave like version 3?

I recently, too-trustingly, upgraded my Sublime Text 3 to Version 4 (Build 4107). Now auto complete behaves completely differently. It now has a pop-up from which I must select a choice - before I would just hit tab and it would choose the best…
2
votes
0 answers

How to set Package Controller in Sublime when it seems inactivated

Desired output: I would like to set Sublime Text 4 on my new MacOs with all my favourite plugins. As already done with previous machines, I was about to install Package Control as described here https://packagecontrol.io/installation. The…
Alex
  • 599
  • 1
  • 4
  • 16
2
votes
1 answer

Sublime Text cutting text in half

I opened Sublime Text 3 recently on my computer that runs Arch Linux and the text on the tabs and bottom bar looks like they've been cut in half horizontally. I tried uninstalling the sublime-text and reinstalling it. Same result. I also tried…
Generic_User_ID
  • 1,067
  • 2
  • 13
  • 16
2
votes
0 answers

How to compile scss to css in Sublime 4

I need some help with Sublime 4 please. At the moment I use Prepros to compile my css. I am trying to mimic the process of Prepros so i can us Sublime only. I have: installed the SASS package, created build system: BuildIntoNewFolder selected Save…
Schalk Joubert
  • 398
  • 3
  • 19
2
votes
0 answers

Sublime Text 4 LSP.pylsp not working with mypy or black

I've got a Python project using poetry. After installing LSP and LSP-pylsp plugins in ST4, I don't manage mypy to work. Here are my override settings: { "settings": { "pylsp.plugins.pylsp_mypy.enabled": true, …
maraujop
  • 4,472
  • 2
  • 36
  • 40
2
votes
1 answer

How to remove words in the current buffer from Sublime Text 4 autocomplete list

For the past 8 years or so, this plugin has worked fine with Sublime Text 2 and 3 to remove words in the current buffer from the ctrl + space autocomplete list, but it no longer works in ST4 (b4126): import sublime, sublime_plugin class…
Jeff
  • 5,962
  • 16
  • 49
  • 81
2
votes
2 answers

How to disable sublime text 4 Context-Aware Suggestions

In sublime text 4, it will suggest context word, I want disable that feature. for example, I type wh, I will get a "while snippet". when file have "while" word, I type wh,I will get "while" word and "while snippet",I have to move down to select…
gaofei
  • 31
  • 4
2
votes
1 answer

Select or Highlight all instances of a word type or color in Sublime Text 4

Note: I am not trying to select all instances of a single word. I can not find a way to select all instances of a word type, similarly how different words are colored according to the format rules from the file type you have. Here is an image of…
2
votes
1 answer

How to adjust menu color in Sublime Text

After downloading a Sublime update months ago, the menu text all turned white, along with the backgrounds, making them virtually unreadable. What I've looked up on fixing this, seems to do everything but change the background color of the menus, so…
spareTimeCoder
  • 212
  • 2
  • 12
2
votes
3 answers

How to disable auto complete pops up in sublime when i press semicolon and space ;

I am a new user of sublime. I recently moved from vscode to get the faster using experience in sublime. But one thing in sublime really depressed me. There is no other autocompletion package works in my sublime except for sublime code intel. …
2
votes
2 answers

How to prevent auto-complete popup display after comma or colon?

I just updated my Sublime Text version (Build 4107), and it seems to me a new behaviour appeared - that I would like to avoid. Whenever I write a colon or comma, the auto-complete popup automatically displays, which is problematic because most of…
gamabounta
  • 70
  • 8
1
vote
0 answers

Remove suggestion after comma on Sublime-text

I need help to remove the suggestion after comma on Sublime-text Usually when I write a comma (,) I obtain this: Sublime suggestion but I don't need this suggestion, usually I'd like to go to new line or add another signal after the comma. On the…
1
vote
0 answers

Why Sublime Text occasionally creates a new file itself with only one comma in it?

I am writing paper with LaTeX tools in Sublime Text 4 in Windows 11 platform. Occasionally, a strange phenomenon occurs where a new file page shows up in Sublime Text itself with only one comma in it. As is shown in the following image. I don't know…
Optimal
  • 11
  • 2
1
vote
0 answers

Sublime text editor ESLint plugin acts like ESLint not installed when I try to lint file

Following the instructions located at https://packagecontrol.io/packages/ESLint, I installed Node.JS, then installed ESLint, then opened Sublime Text Editor and used the Command Palette to install the ESLint package per the instructions. But when I…
dennis
  • 21
  • 3