sublime-text-plugin Questions
1
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 whe...
Hachmann asked 4/7, 2015 at 19:59
1
Solved
I'm trying to locate the Python interpreter that Sublime Text uses to run plugins.
Thinking that sys.executable would give me an absolute path to a Python interpreter, I tried creating this plugi...
Seadon asked 12/10, 2015 at 14:49
2
Solved
I'm looking for a Sublime Text plugin or any kind of program that can sort alphabetically but respect the indentation.
For example,
beatsByUserPath: (userId) ->
"/api/beats/by_user/#{userId}"...
Polychromatic asked 12/9, 2015 at 15:11
1
Solved
I love sublimeText, use it everyday since a year now. There is a feature I am looking for : in my list of files (left panel), I would like to colorizes folders and files that are untracked, ignored...
Trestlework asked 23/7, 2015 at 11:27
1
Solved
I am creating a plugin for ST3 and need the list of all defined scopes. I know that hitting ctrl+alt+shift+p shows the current scope in the status bar but I can't do it for every file extension.
Ed...
Cecilacecile asked 10/5, 2015 at 15:20
1
Solved
I'm writing a simple plugin for Sublime Text 3 and need to get the contents of the currently selected line.
I can use
selection = sublime.Region(self.view.sel()[0].begin(), self.view.sel()[0].end...
Resource asked 8/5, 2015 at 4:15
3
Solved
I installed a bunch of packages lately on my Sublime Text 3 Editor.
I don't keep track of what I installed, but now I would like to know all the packages that I've installed, just to keep as a ref...
Wende asked 2/5, 2015 at 13:6
2
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 ...
Proa asked 23/2, 2015 at 17:12
1
Solved
I used that command but forgot how to turn it on:
In sublime console, which is invoked by ctrl+` I typed something like ...
turn_on_debug_mode
... and sublime console started to log every comma...
Retrogressive asked 21/4, 2015 at 2:26
3
Solved
I work on this plugin
Syntax highlight does not work with Sublime Text 3 when plugin is installed using package control.
Error loading syntax file "Sublime Text 3/Installed Packages/robot.tmLangu...
Mckenzie asked 4/12, 2013 at 20:46
2
Solved
I use Sublime Text 3 Plug-in called AlignTab to align my code like this:
Version : 1.4.1
Author : Ken Wheeler
Website : http://kenwheeler.github.io
Docs : http://kenwheeler.github.io/slick
Re...
Custard asked 10/4, 2015 at 1:43
1
Solved
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 Subli...
Hereditary asked 25/3, 2015 at 8:38
1
Solved
I have already installed Sublime Text 2, and following this guide, I installed the Package Control; once that I used the Ctrl + Shift + P shortcut in Sublime, and when I type install, the option is...
Sober asked 11/2, 2015 at 18:0
0
For some reason Sublime is not loading syntax color's for PHP files, but seems working fine with other files (i.e. HTML).
How can i fix the problem? I have already tried to restart the app b...
Deliberation asked 16/12, 2014 at 13:43
1
Solved
How can I edit a build system in Sublime Text 3, whether its a native one or one I installed through Package Control? For instance, for the Sass Build package, it outputs .map files recently, so I'...
Care asked 5/9, 2014 at 18:42
1
Solved
In Gedit, I can add an External Tool of "php -l" on the current document, and if I have PHP command line installed, it will syntax check the document. Is there a way to do this with Sublime Text Ed...
Lolitaloll asked 26/6, 2014 at 14:39
1
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...
Coexecutor asked 17/6, 2014 at 18:9
1
Solved
I want to edit find_under_expand (ctrl+d) to consider hyphenated words, as single words. So when I try to replace all instance of var a, it shouldn't match substrings of "a" in words like a-b, whic...
Phenobarbital asked 2/6, 2014 at 17:7
4
I'm trying to find a better merge file option and wanted to try out Sublime as of my work is done using it. so I installed Sublimerge and now am stuck. I know I can compare two already open files o...
Guzzle asked 10/10, 2013 at 13:26
2
Solved
When I search multiple files via Command + Shift + F, the result is returned as something like a text file. This text file is editable, but changes made don't affect the original files.
Is it poss...
Tawny asked 7/11, 2013 at 20:10
1
Solved
Is it possible to change tab names for files with strange names? They can not be renamed on disk but it is difficult to keep up with mad file names in Sublime :D
Vulgarism asked 25/4, 2014 at 9:8
2
Solved
I have been working in Sublime Text for the last three months. I've found the extensions HTML Beautifier, JS and JSON
beautifier.
Now I want a PHP beautifier extension.
So can someone plea...
Herbivorous asked 24/8, 2013 at 13:35
1
Solved
Currently, the Go to line shortcut (CTRL+G in windows/linux) only allows to navigate to a specific line.
It would be nice to optionally allow the column number to be specified after comma, e.g.
:...
Overword asked 22/1, 2014 at 13:4
0
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, b...
Plover asked 14/1, 2014 at 16:54
2
Solved
I'm using SublimeText3.
When i work in an array in PHP, the autocompletion proposed by pressing Tab totally annoys me.
I just want to add some tabulations, but at each time i press Tab, sublimete...
Compulsion asked 16/12, 2013 at 17:8
© 2022 - 2024 — McMap. All rights reserved.