sublime-text-plugin Questions

4

Solved

I want a custom layout for my ST3 - specifically, I want this layout structure. Can someone tell me how can I do it ?
Carrolcarroll asked 22/11, 2017 at 17:58

3

Solved

Package Control is not loading in Sublime Text 3 running on MacOS, Catalina 10.15.6. None of the Package Control commands are shown in the Command Palette. I have checked that Package Control was n...
Luna asked 8/12, 2020 at 15:58

12

Solved

I am trying to push code to github with SublimeGit plugin, but something weird occurs to me. Pushing to https://github.com/username/username.github.io.git fatal: could not read Username for '...
Dunham asked 27/10, 2016 at 1:5

21

Solved

I'm using eslint with Sublime Text 3 and I am writing gulpfile.js. /*eslint-env node*/ var gulp = require('gulp'); gulp.task('default', function(){ console.log('default task'); }); But eslint ...

11

Solved

I have two cloned repositories of two very similar open-source projects, which I have been working on in different instances in Sublime Text 2 to arrive at my desired result. Code from both of thes...

5

Solved

I recently purchased a new MacBook and I am trying to re-configure my system. The app is inside the Applications folder as 'Sublime Text.app' I have edited the sublime.plugin.zsh file via other a...
Ducks asked 10/8, 2014 at 21:22

9

I am getting a bizarre error message when starting up sublime text 3. upon startup, I get the error below. Here's some background on my system: Windows 10 Sublime Text 3 (Anaconda Package i...
Atterbury asked 25/1, 2017 at 11:7

7

Solved

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 subl...
Tough asked 10/11, 2015 at 17:19

5

Solved

Using Sublime Text 3, I'm writing a Markdown document that includes math. The Markdown Preview package enables real-time rendering of the document in the browser (Chrome). So as I write, the change...

3

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. E...
Barytone asked 22/7, 2016 at 6:39

4

I want to auto-align my code to make it easier to read, in a click. I am working on Sublime Text 3 and want to know about a method through which I can enable auto-indent of the code in just a click...
Gabi asked 25/5, 2017 at 6:52

4

Solved

How can I install a sublimetext3 package manually, without the package control. I am trying to fix a bug in an existing package, therefore I need a way to test my changes. what are the naming conv...
Fagaceous asked 11/8, 2015 at 15:17

6

Solved

I thought it would be perfect if ST would have a plugin for syncing repo with the one on GitHub account, but I can't find such a thing. There is Github Tools and sublime-github but they don't prov...
Galleass asked 17/5, 2014 at 22:58

4

I would like to display invisible line endings in Sublime Text 3, as for example in Notepad++. How can we do that? This is useful because when the automatic word wrap mode is ON for example, becau...
Embargo asked 12/1, 2017 at 8:32

2

Solved

I am after a plugin or technique in sublime text 3 to get what I will call the fully qualified path of the json element that is selected in the editor window. Somethink like: http://jsonpath.com/ ...

3

Solved

I'm setting up xdebug for php within sublime text, and xdebug keeps on logging errors related to being unable to connect: Log opened at 2016-08-18 21:06:01 I: Connecting to configured address/port...
Lightly asked 18/8, 2016 at 21:19

4

I am using sublime text editor, and my favorite theme is Mac Classic Theme . But When I updated the editor , con't found the theme. How Can I install Mac Classic Theme In sublime editor ?
Middleweight asked 8/10, 2017 at 10:52

4

I have a problem when I install the package control of sublime text 3 because of the proxy set but I need to install a plugin. When I do getproxy in the console it returns me {} and when I try to s...
Charissacharisse asked 18/4, 2017 at 15:28

3

I want long JSON files to collapse in Sublime Text 3 like the Chrome network tab Preview section. Is there any Sublime Text package for this. Something similar to following picture
Zygophyte asked 20/2, 2019 at 23:10

1

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 W...

4

Solved

I want to konw if sublime text can do something like function lookup in eclipse or intellij idea.
Guenzi asked 21/10, 2014 at 3:48

3

Solved

In Atom Editor, there is a plugin that lets you view the commit history of a single file. Does sublime have a similar plugin?
Phytogeography asked 8/6, 2015 at 4:45

2

Solved

I am new to Sublime Text (version 3) and I am experiencing difficulties to get a proper SQL syntax highlighting. Whenever I am looking at SQL queries, ST considers "#" as comment. For example, her...
Linnlinnaeus asked 23/10, 2019 at 12:21

3

How can you set python debugger (pdb) breakpoints in Sublime Text 3? Both SublimeREPL or Python Breakpoints fail with default python build system: print "hello" # code runs fine without this brea...

1

I'm learning ipython for data analysis and I'd like to use Sublime text, my favorite text editor. However, I'm having a problem with "CR", carriage return, being output instead of the original "stu...
Vistula asked 6/11, 2015 at 20:52

© 2022 - 2024 — McMap. All rights reserved.