Ashwin Shenoy

Results 27 comments of Ashwin Shenoy

The forum post that triggered this issue (just for sake of completeness) https://forum.sublimetext.com/t/change-column-width-when-opening-split-view-with-ctrl-click/60540/5

I face the same issue using `sublime.find_resources` in `CommandsBrowser`. I worked around it using the aliter described, calling it in `sublime.set_timeout`

Does the same thing happen with Sublime Text 4 as well ? ST3 will probably never receive any updates so all that matters is the latest stable build of ST4

I believe it is kinda dependent. In case if the command is registered in the command palette, then both of them have the same behavior i.e. the command doesn't show...

It looks like Visual Studio has also introduced it https://devblogs.microsoft.com/visualstudio/sticky-scroll-now-in-preview/

If you want syntax highlighting for `.go2` files, what you can do is create a file by the name of `Go.sublime-settings` (this is the syntax specific setting file for Go)...

The point made by rwols is a valid one. If `.go2` contains any experimental language features, the syntax highlighting might not work properly.

If you can elaborate a bit more on why `hidden_extensions` is discouraged, it'd be more helpful. What is meant by this ? > integration in ST for that is limited...

Does it make sense to rename the basic version of CSS as `CSS (Plain)` instead of `CSS (Basic)` to be inline with the HTML syntax ?

I clearly see it as a bug. If a server has nothing to do with the project, it should not spin a new process. In the example, the folder has...