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

NodeJS plugin fail to build in Sublime Text 3 saying "Error: Cannot find module '/Volumes/Macintosh'"

I downloaded NodeJS plugin using Package Control in Sublime Text 3. When I build a sample nodeJS file, it prompts me the following error: module.js:540 throw err; ^ Error: Cannot find module '/Volumes/Macintosh' at…
donkey
  • 4,285
  • 7
  • 42
  • 68
2
votes
1 answer

Sublime Workflow for replacing quotes

I use text editor Sublime Text 3 to edit code, and very often I'll have a string literal wrapped in double quotes, that I want to change to single quotes, or vise versa. Right now I scroll to each quotation mark, and replace it with the one I want.…
Harrison Cramer
  • 3,792
  • 9
  • 33
  • 61
2
votes
1 answer