jwortmann

Results 131 comments of jwortmann

Actually, with the `initial_text()` it is possible to preselect an arbitrary value (if input argument is given and matches one of the values). It should probably work with TextInputHandlers in...

I think this happens due to an incompatible YAML file in that case, rather than a bug in the script. If you want to turn off all features you can...

From the code (`for session in sessions:`) I think you have implemented b) and not a). But I haven't looked how the inlay hints are implemented if there are more...

> If you really want to permanently toggle inline hints everywhere then you could just toggle the main setting. I thought the main point of this PR was to prevent...

So are we sure that the command name is a good choice instead of a more generic one which could be reused for other features too? For example ```json {...

Just writing some thoughts here. Maybe I'll give it a try to implement, but I won't probably do it very soon as well, because I guess I don't desperately need...

I'm not sure which one of the alternatives it the best and should be used. The implementation in PR #2033 seems to be useful only for very few of the...

Yeah I'm also not convinced if the toggling is useful for most of the features. Besides the inlay hints, I could imagine usecases for the color boxes (which are kind...

> That would be better but it would really be nice for ST to provide such functionality. I imagine it can get pretty complicated to diff preferences changes with more...

It should actually work by default with *.f95 files, because that extension is included in the [syntax definition file](https://github.com/315234/SublimeFortran/blob/master/grammars/FortranModern.sublime-syntax#L4). However, you can try to open a *.f95 file and select...