Questions tagged [sublimetext3]

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. Please make sure you are running Sublime Text version 3 (note that version 4 was released in May 2021 and should be tagged sublimetext4). Sublime Text 3 is a multi-language, multi-platform code editor, developed by Jon Skinner. It has a Python API to allow plugins for augmented functionality.

Overview

Sublime Text 3 is a multi-language code editor for Windows, macOS, and Linux. It is developed by Jon Skinner and SublimeHQ. Version 3 inherits all features from .

  • Closed Beta released on January 29, 2013 (Build 3006)
  • Opened Beta released on June 27, 2013 (Build 3047)
  • Finalpublic build released on October 1, 2019 (Version 3.2.2)
  • Latest development build released on September 24, 2019 (Build 3210) (only available to licensed users)

New features

Current new features of Sublime Text 3:

  • Goto Definition, and Goto Symbol in Project
  • Significantly improved startup time and performance
  • Enhanced pane management
  • Upgraded from Python 2.6 to Python 3.3
  • Improved performance on Retina display
  • High DPI support
  • Tab scrolling
  • Image preview
  • Sidebar icons
  • Definition popup on hover
  • Build errors are shown inline

Useful links:

6319 questions
2
votes
1 answer

Sublime Highlight when select characters

I'm using VSCode, and it has a nice thing to match characteres (without ctrl+f). Same as the image below. Is there any plugin to sublimeText to do the same thing? Thanks!
Johnson
  • 1,396
  • 6
  • 17
  • 36
2
votes
2 answers

SublimeLinter: WARNING: jshint cannot locate 'jshint'

I am using Windows. I installed Node.js. SublimeLinter: WARNING: jshint cannot locate 'jshint' I'm getting this error. What should I do?
Ersofis
  • 41
  • 5
2
votes
1 answer

Sublime Text 3 - Hitting tab doesn't add space, instead makes text lower case

If I were to type the following: TEST Then hit TAB, the code would now look like this: test I don't know what happened, but tab is not indenting anymore and changes the text on the current line to lowercase. Any idea how to restore the TAB…
wozmatic
  • 163
  • 2
  • 9
2
votes
1 answer

Dialog/palette positions in Sublime Text

When you right click in the file explorer in Sublime Text and select new file or move file, you get a single row 'dialog' at the bottom of the window above the status bar in which you can enter a new filename, move a file etc.. Now, I think it is…
familymangreg
  • 1,282
  • 1
  • 10
  • 21
2
votes
1 answer

Syntax highlighting inside Symfony annotations in Sublime 3

Is there any plugin for sublime that is adding color highlight to the Symfony annotations for PHP? Or is it easy to add in some other way? Even if the annotations are written as PHP comments, it would be nice to have some color there as well.
rablentain
  • 6,641
  • 13
  • 50
  • 91
2
votes
1 answer

How to bind (end, enter) on shift+enter in sublime text?

I really like the way Shift + Enter is implemented in PyCharm: Start a new line after the current one, positioning the caret in accordance with the current indentation level (equal to sequential pressing End, Enter). I'd like to have Shift+Enter…
Stepan Filonov
  • 324
  • 1
  • 11
2
votes
0 answers

Sublime text 3: Set different build system for different files

I've installed Python 2 and 3 and created two separate build environments for both. I have two files in a folder python2.py and python3.py. I open both files in Sublime Text 3 and I want the first file to run in the Python 2 build environment and…
Akshay J
  • 5,362
  • 13
  • 68
  • 105
2
votes
1 answer

Trim Trailing Whitespace from ALL files in workspace

I know about the Trim Trailing Whitespace command in the pallette, and I know I can run this on save. Is there a way to trim trailing whitespace on ALL files in a workspace (either with some command combo, or a way to run "save" on every file) I…
mehulkar
  • 4,895
  • 5
  • 35
  • 55
2
votes
1 answer

Writing an autocomplete plugin in Sublime Text

Within my company we have an XML-based notation. Among other features, it is possible to define references from one XML document into another. I would like to enable autocompletion in Sublime so that whenever I am adding a reference, the possible…
guest_user
  • 125
  • 3
2
votes
1 answer

What's up with EasyClangComplete on Sublime?

I recently started using Sublime, with SFML built from source. I migrated my Core::Blocks project to Sublime (put source and header files in good folders and made a Sublime project that uses them). Everything is compiling nicely and it works well,…
2
votes
1 answer

Sublime Text - Pull in namespace automatically without typing?

I'm using Sublime Text 3 as text editor. I have seen some training videos where the instructor is pulling automatically the namespaces at the top lines of the .php file without typing. As far as I know this is a built-in feature in phpstorm, but I…
ltdev
  • 4,037
  • 20
  • 69
  • 129
2
votes
1 answer

SyncedSideBar on Atom IDE

Is there away to install SyncedSideBar or something similar to that for Atom IDE ? I used this one on my sublime text 3, and I was looking for the same plugin that will work for Atom. I like how it auto highlight the current opened file Any…
code-8
  • 54,650
  • 106
  • 352
  • 604
2
votes
2 answers

Replace all occurrences of a $ symbol in between class and the first function in sublime text

I did a really stupid mistake after reading about var in PHP7 and I mistakenly thought that I don't need neither var nor public to declare variables inside of a class (outside of it's methods). So I removed it from 400+ files and did some…
Dmitry Gamolin
  • 934
  • 1
  • 12
  • 29
2
votes
1 answer

Using RSUB on a machine through SSH with limited permissions

I'm trying to use rsub and Sublime 3 to edit files on a remote machine following the instructions posted in the top response of THIS stack overflow post. However, the machine I am using I do not have permissions to edit anything but my home…
2
votes
1 answer

Sublime Elm Language Support Package build error in Windows [WinError 2]

I installed Sublime Language Support Package following the instructions. I tried both ways of installing the package. I get the syntax highlighting to work. But when I try to build the project I get this error message: [WinError 2] The system cannot…
VGj.
  • 119
  • 9
1 2 3
99
100