Brackets is an open source code editor for web designers and front-end developers
Questions tagged [brackets]
37 questions
8
votes
2 answers
Brackets: select text string occurrences by double click
I'm currently using Brackets as IDE for JS development. I'm enjoying it, but I'm missing some features found in Sublime Text and WebStorm, like double click in some word and the editor highlights the same string occurrences in the document.
As long…
darksoulsong
- 225
- 1
- 2
- 7
7
votes
1 answer
How to improve Adobe Brackets auto indentation
I'm looking for a way to auto-indent my html code using Adobe Brackets.
Currently when I selected the whole code (Ctrl+A) and use the inbuilt indent option using Ctrl+],
The entire text moves a tab forward. What I'm looking for is to properly auto…
T J
- 173
- 1
- 2
- 7
7
votes
1 answer
How can I show invisibles in Brackets?
Is there a way to show the (normally invisble) formatting characters in Adobe Brackets? Things like spaces, tabs, and new lines are what I'm looking for here.
djmccormick
- 173
- 1
- 1
- 5
4
votes
2 answers
Jump to matching bracket in Brackets?
Is there a way to jump to the matching brace / bracket in the text editor Brackets aka Brackets.io?
Brackets definitely does match braces - it highlights matches - but I can't find any feature to jump to the match, in menus or docs. In Sublime Text…
user56reinstatemonica8
- 5,256
- 25
- 65
- 96
4
votes
3 answers
How to live preview a WordPress website using Adobe Brackets?
Adobe Brackets has a live preview feature which lets me view a HTML webpage whilst I'm working on the .css and .html files.
I'm now starting work on a WordPress website which involves .html, .css, .js and .php files. How can I live preview a…
henrywright
- 195
- 1
- 4
- 14
4
votes
2 answers
Testing grep exit status with pipe and variable unsuccessful
I need as short as possible bash test command (bracket test) to evaluate result of piped grep with variable as search argument. I am testing, whether a new string is in the array - piping the array contents as lines to grep and checking exit code.…
uldics
- 67
- 1
- 6
3
votes
1 answer
Brackets Text Editor - "Go to anything" feature like Sublime Text
I love Sublime Text and I'm playing with Brackets editor for a change. One of the features I like most in ST is the "Go to anything" (CTRL+P).
Is there something like that in Brackets?
darksoulsong
- 225
- 1
- 2
- 7
3
votes
2 answers
How to automate shell script to run when I open a particular app in OSX?
I've been running into a rut recently with one project I've been trying to accomplish. Using Automator, but I don't know how to exactly to go about this project. There's this script editing app called Brackets, and I want to make it so whenever the…
VEDA0095
- 141
- 2
- 5
3
votes
0 answers
How to configure Brackets and GitLab?
I am trying to configure Brackets with GitLab using the following resources:
Brackets Extension for GitLab
Now for that we need Brackets Integration with Git.
Git Integration
I have followed the integration steps provided for Git Integration but I…
anand
- 63
- 1
- 6
2
votes
1 answer
strange behaviour with return/enter key in Brackets
I'm learning web development, but Adobe Brackets' enter key behaviour is a little strange in my opinion. What happens is this:
I type , it autocompletes the element
Then I'd press enter to do more…
Erik
- 151
- 3
2
votes
3 answers
Opening same file in two views in Brackets
Is there a way without downloading an extension to view the same file in two views in brackets?
I want to split my view vertically and have the same file open on either side.
user3554664
- 197
- 4
2
votes
2 answers
Deleting text between brackets in notepad++
I need to delete everything between {} example below
Before:
ParticleEffects
{
animation = "distort"
0 = "mid Metadata/Effects/misc/distort/distort.pet"
}
After:
ParticleEffects
{
}
the } bracket has to be below { they can't be next…
Neathis
- 23
- 1
- 1
- 4
1
vote
0 answers
Show AngularJS parameter options in PyCharm?
I have downloaded an editor called Brackets. It's great at helping me with AngularJS as you can see below.
My team uses PyCharm for developing. Is it possible to add this kinds of help to PyCharm?
user1283776
- 881
- 6
- 11
- 18
1
vote
1 answer
Abobe Brackets how to find in a folder
In the official web:
https://github.com/adobe/brackets/wiki/How-to-Use-Brackets
Under the title: 'Instant Find in Files' they say: "You could even make the search in a specific folder"
Can anyone explain how to find in a specific folder?.
I…
Nrc
- 129
- 1
- 2
- 8
1
vote
1 answer
How do you create a bracket tournement sheet on excel
I am trying to create a bracket sheet that automatically moves a teams name to the next cell
example:
Team 1 in cell 'a1', Team 2 in cell 'a2'
The score for each team in cell:
'b1' for Team 1, 'b2' for Team 2
I would like the team name to…
Gower
- 11
- 1