Questions tagged as 'sublime-text'

3
answers

Facilitation in projects with PHP

I work with PHP using Sublime Text and would like something similar to what it's like in Eclipse. For example: In Eclipse I can open exactly where the method was declared. In Sublime Text I did not find any similar option, I use the shortcut...
asked by 28.03.2017 / 19:58
3
answers

IDE - Divergence between IDEs in relation to tab [ao Enter]

For reasons of hadware , I am the only one on my team who is using Sublime Text 3, the others are using Eclipse Luna or Mars, so far nothing. However since the exchange I have had some problems in the commit part, because my file...
asked by 19.08.2015 / 21:09
3
answers

How to jump from one tab to the other in Sublime Text?

Is there a keyboard shortcut to jump from one tab to another in Sublime Text?     
asked by 27.04.2017 / 22:39
1
answer

How to put autocomplete in Sublime Text 3?

I use Sublime Text 3 to program only that autocomplete is not working. I already installed the plugin Sublime Intelcode but it still does not work. The suggestions do not appear when I write the code. How to solve?     
asked by 01.03.2015 / 01:18
1
answer

Problem in sublime to run code in python

Decode error - output not utf-8] [cmd: [u'python', u'-u', u'C:\Users\Rosangela\Desktop\Leo\Estudo\Exercicios_Python\teste14.py']] [dir: C:\Users\Rosangela\Desktop\Leo\Estudo\Exercicios_Python] [path: C:\Program Files (x86)\CollabNet;C:...
asked by 12.06.2014 / 04:15
7
answers

Capture year that is outside the regex

I'm working with a text file using sublime I want to replace some strings where: I have several strings like this: EMISSAO="2016-04-18 00:00:00" I need a regex that captures where the year is invalid, eg: In some registers it...
asked by 02.03.2017 / 18:21
4
answers

Shortcut to rename, override or replace words or equal variables in Sublime Text 3

In Eclipse, there is a feature that is triggered by the CTRL + ALT + U (Me correct if I am wrong) commands that rename variables with the same name. Do you know any shortcuts to Sublime Text 3 that do this? Or is it some plugin?     
asked by 04.06.2015 / 17:22
1
answer

Find line that starts with expression negation

I have a text file with many lines. Is it possible for me to find the first line that does not match regex ? Example, I want to make a regex that shows me the first line that does not start with BOLO BOLO BOLO CHOCOLATE I'm using...
asked by 24.08.2017 / 15:32
2
answers

How can I sort by line size in Sublime Text?

I would like to know if there is any way to sort the line by its size in Sublime Text . Because I have code like this: use ArrayAccess; use ArrayIterator; use IteratorAggregate; use Countable; use Closure; use JsonSerializable; use La...
asked by 14.07.2015 / 17:48
1
answer

Horizontal scrollbar in sublime text3, how to activate?

I use Sublime text 3 in my projects in cakePHP. By default the html files in the cake have the .ctp extension and when I need to tinker with a .ctp file where I have a very large line of code it gives a line break instead of giving me the option...
asked by 22.01.2015 / 19:57