Questions tagged [sublime-text-plugin]

Sublime Text is a multi-language, multi-platform code editor with a Python-based plugin API. Use this tag for questions relating to Sublime Text plugin programming.

Sublime Text is a multi-language, multi-platform code editor with a Python-based plugin API. Use this tag for questions relating to Sublime Text plugin programming.

768 questions
10
votes
1 answer

Sublime Text 3 insert tab character manually

When using Sublime Text 3, most of my files are set to be indented using spaces. However I sometimes wish to insert a literal tab. When I was using Vim I'd use Ctrl+v Tab but that doesn't work with Sublime Text 3. I've been searching and searching…
dipl0
  • 1,017
  • 2
  • 13
  • 36
10
votes
1 answer

Using editorconfig within Git submodules

I have a Web application which has dependency on an external module for JSON schema validation. The Web app has its Git repository, within which the module is included as a Git submodule. On the Web project, I have editorconfig for syntax…
nikjohn
  • 20,026
  • 14
  • 50
  • 86
9
votes
1 answer

Sublime Text autocomplete plugin for C++?

I'm trying to have the autocomplete feature on Sublime Text by using c++ libraries. I use very often EIGEN for example, but there is no autocomplete for functions inside this library. How can I somehow export the library to let sublime know about…
DevX10
  • 483
  • 2
  • 6
  • 16
9
votes
0 answers

Upload to multiple servers simultaneously with Sublime SFTP Plugin?

I'm using the SFTP Plugin in Sublime to manage uploading files automatically to my web servers. I've found that it is possible to create different configurations and manually switch between them, but I would like to be able to have multiple servers…
user2921504
  • 113
  • 6
9
votes
1 answer

Save the edit when running a Sublime Text 3 plugin

For understanding what I'm trying to achieve : printing delayed text in another view... I'm trying to make this sublime text 3 plugin run properly I want to call multiple method of my class using the edit passed in parameter of my run method as so…
nobe4
  • 2,802
  • 3
  • 28
  • 54
9
votes
2 answers

delete U+200B zero-width space characters using sublime text 3

How can I make U+200B character or delete them in using sublime text 3. I found http://pastebin.com/ehWxNfMe but I am not sure how to use it
thealbinosmurf
  • 561
  • 2
  • 7
  • 13
8
votes
7 answers

Sublime Text 3 - Emmet shortcut for HTML 5 not working.

I have recently downloaded sublime text 3 and installed emmet. The issue that I am having is that when I write the short code for HTML 5 and press tab, it doesn't work. This method was used in sublime text 2 and it worked. Does anyone have any…
8
votes
6 answers

Error installing Sublime Text 3 Package Control bz2

My ISP in India has decieded to block Github for some reason.I have been trying to install Package Control for Sublime Text 3 both manually and use the Sublime Text 3 Console.In both of the cases,one dependency seems to be missing: Package Control:…
vamsiampolu
  • 6,328
  • 19
  • 82
  • 183
8
votes
1 answer

Sublime Text: show current outer element name

Having a long routines, one gets sometimes lost and it would be handy to know which class/function the cursor is currently in (without the need to scroll all the way up, looking for the first outer block declaration). Any ideas how to get this in…
knaperek
  • 2,113
  • 24
  • 39
7
votes
1 answer

Running Groovy in Sublime Text 3

I'm trying to run groovy in sublime text 3 for last three days and i'm unable to do it. I searched everywhere on net but no use. Even when i try to add Build system this is what i get: I'm stuck real bad and need help. Any help is appreciated,…
user7237624
7
votes
3 answers

How to show the find and replace panel with a pre-populated search string?

I know that it is possible to show the Sublime Text "Find and Replace" panel using the show_panel command (either via a keybinding or a plugin), and control which arguments are enabled/disabled. Example run from Sublime Console…
Keith Hall
  • 15,362
  • 3
  • 53
  • 71
7
votes
1 answer

Show a list of lint errors on bottom of sublime-text

I just got sublime text 3 and I'm installing sublinter and eslint. So the errors get shown on the actual line the errors at. How can I get it to show a list of all the errors of the current document on the bottom? Here's what I mean. (This is an…
Horay
  • 1,388
  • 2
  • 19
  • 36
7
votes
1 answer

Sublime​Code​Intel vs All Autocomplete?

I couldn't figure out which one of this two popular plugins are working better in autocompleting feature in the Sublime 3 environment. What exactly are the differences? Moreover, I am wondering whether they can work properly along each other without…
7
votes
1 answer

How can I import a Python module in a Sublime Text plugin?

I'm having trouble making a Sublime Text 3 plugin. I just installed wxPython with Python 2.7 on my Macintosh. In the terminal, my Mac can find wxPython (import wx). But the source code of a Sublime Text plugin cannot import wxPython. You can check…
byzz
  • 364
  • 1
  • 4
  • 17
7
votes
2 answers

Identifying PHP unused and undefied variables sublime

I am using sublimetext3 unregistered . I want to know how can I configure sublime to show unused and undefined variables in php .sublimelinter-phplint does some useful work but it cannot recognise autoloaded classes that can be very irritating while…
alwaysLearn
  • 6,882
  • 7
  • 39
  • 67
1 2
3
51 52