sublime-text-plugin Questions
1
Solved
I'm looking for a way to move a line to the "next section" with SublimeText. It could be in the "next paragraph" if it's text (see below), in the "next node" if it's XML, in the "next code block" i...
Krone asked 21/3, 2019 at 9:5
1
1. Summary
I don't understand, how I can make, that global site-packages path will add to Sublime Text 3 sys.path in each Sublime Text 3 start.
2. Reason
I want, that in Sublime Text plugins w...
Dx asked 16/1, 2018 at 8:25
3
Solved
I looking for a way (regex, snippet ,plugin etc) to convert the old arrays with the new php syntax with sublimeText.
// Old synthax
$var = array(
'foo' => 'bar'
);
// New synthax
$var = [
'...
Personify asked 3/6, 2014 at 14:31
1
Solved
How can I convert this plain text that is recognized as json format and see json format into sublime text.
[{ "page": 1, "paragraph": 1, "text1": "Lorem ipsum dolor sit ame", "text2": "er bibendum...
Gangster asked 6/9, 2018 at 18:39
2
I am very new to GitHub. Recently I downloaded a program for printing in Sublime Text from GitHub. Here is the link: https://github.com/svenax/SublimePrint
But after I downloaded the program called...
Maximilien asked 28/3, 2018 at 2:0
4
Solved
1. Summary
I don't find, how Sublime Text plugins developer can use Sublime Text find global Python packages, not Python packages of Sublime Text directory.
Sublime Text use own Python environmen...
Fleshings asked 7/3, 2017 at 16:9
1
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 som...
Electrocorticogram asked 21/11, 2016 at 22:16
2
Solved
I am running SublimeText 3 (build 3083). I follow the manual install directions for the ColdFusion plugin as described here (https://github.com/SublimeText/ColdFusion):
Download Manually
Do...
Terricolous asked 4/6, 2015 at 20:33
1
Solved
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...
Germinal asked 9/8, 2017 at 10:14
2
I've got this class as an example:
Which plugin do I use to be able to click on:
PHPUnit_Framework_TestCase
And get to the class?
class PracticeTest extends PHPUnit_Framework_TestCase {
public...
Jackhammer asked 7/7, 2015 at 17:35
1
Solved
I have the following lines in a plugin's Default (Windows).sublime-keymap file:
...
{ "keys": ["ctrl+shift+a"], "command": "table_editor_align", "context":
[
{ "key": "setting.enable_table_edito...
Indigestible asked 15/1, 2017 at 14:48
2
Solved
When I first installed GitGutter, it kept saying that it needed Git and the path specified.
I first moved the Git in the same folder, but then I decided to switch to its original folder and speci...
Wyly asked 13/11, 2016 at 5:15
1
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...
Myatt asked 8/1, 2017 at 12:37
2
Solved
I'm trying to to change the size of my sidebar in sublime text 3, version for Ubuntu, but i just can't get it working, i read lots of posts about it, they said that i should have something like thi...
Huerta asked 4/6, 2014 at 5:39
2
I am currently using Sublime Text 3 for programming in Python, Java, C++ and HTML. So, for each language I have a different set of plugins. I would like to know if there is a way for changing betwe...
Edgardo asked 12/2, 2015 at 2:36
1
Solved
I have a problem with jinja2 highlighter in sublime 3.All the files associated with .html
extensions don't recognize jinja templates blocks..I searched the web but the only solution I found is to ...
Adest asked 16/10, 2016 at 20:3
1
Solved
I'm using Sublime Text 3 and want to ensure I get only a single new line at the end of a file on save. At the moment, 90% of the time my whitespace works perfectly, using:
"ensure_newline_at_eof_o...
Albedo asked 13/6, 2016 at 16:22
3
Solved
Whenever I have a series of lines that are supposed to be a bulleted list (UL) in Sublime Text 3, I need to repeat these steps:
Select the lines
Use "split selection into lines (shift-command-L)
...
Tugboat asked 2/3, 2014 at 20:40
0
I am working with the new angular 2 beta, and I am getting to love typescript. However, there has been one thing to really annoy me and that is having to constantly go to the top of the page ...
Odds asked 11/3, 2016 at 4:26
1
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 documen...
Mapp asked 11/1, 2016 at 19:17
2
Solved
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
Fleabag asked 3/12, 2013 at 16:42
1
I am trying to create a Sublime Text 3 plugin which writes output to an output panel in the current window. I have found a number of examples doing this using begin_edit and end_edit, which are no ...
Justification asked 17/12, 2015 at 15:23
1
Solved
I'm using sublime text 3 to code some react native stuff and when writing in text components I use quotes that mess up all the syntax coloring as in the picture below. Is there any way to fix this ...
Speculate asked 12/12, 2015 at 10:17
6
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,o...
Whitmore asked 3/1, 2015 at 6:15
1
Solved
I have access to a small portion of a code file, when I get an exception, the line number in the exception will refer to the entire code file, rather than just the section I have access too.
This ...
Teilo asked 10/11, 2015 at 3:17
© 2022 - 2024 — McMap. All rights reserved.