Which “E” is this?

  • indigomirage@lemmy.ca
    link
    fedilink
    arrow-up
    13
    arrow-down
    1
    ·
    8 months ago

    Not being able to see the source code of extensions, and having them loaded and executing remotely really ought to be a non-starter, but for some reason we find ourselves ok with this?

    Maybe there are checks and balances? I really don’t know - but I certainly don’t know what they are.

    I’m actively exploring alternative cross-platform editors for this and other vscode usability reasons.

      • indigomirage@lemmy.ca
        link
        fedilink
        arrow-up
        3
        ·
        8 months ago

        It’s a good idea. But fundamentally, it suffers from the same (other) issues as vscode itself.

      • indigomirage@lemmy.ca
        link
        fedilink
        arrow-up
        2
        ·
        8 months ago

        For sure - but it’s a matter of getting accustomed to vi. I also prefer to really understand what each add on does. Not ruling out pre-packaged, but am working through assembling my own config first.

        And then there’s learning vi (I can use it, it’s just not yet second nature).

      • zod000@lemmy.ml
        link
        fedilink
        arrow-up
        2
        ·
        8 months ago

        Sublimetext technically fits the bill for this I think, but its feeling a bit long in the tooth.

        • indigomirage@lemmy.ca
          link
          fedilink
          arrow-up
          1
          ·
          8 months ago

          I actually like sublime but the lack of virtual space for block selection (for a paid editor) moved out way down the list for me.

          The plugins feel a bit janky and sparse too.l and the ecosystem feels a bit deserted.

      • indigomirage@lemmy.ca
        link
        fedilink
        arrow-up
        2
        ·
        8 months ago

        My go-to ages ago was UltraEdit. But I am not sure I want to fork over the cash. I’m contemplating Sublime. But I’m kind of diving into NeoVim to see if I can get used to it (vi isn’t natural for me at this time). It has the potential advantage of being terminal based and is therefore very portable. There are a ton of great modules and it is very activately being improved.

        The killer feature that UltraEdit and Notepad++ have is virtual space (ie you can extend vertical blocks over lines that are shorter that the cursor position and it’ll automatically extend the line with white space. For SQL (and other things) this is a godsend for right aligned right brackets etc. (oh Geany does this too but it’s a very janky feeling application.)

        Sublime doesn’t have it. Vscode ignores ongoing pleas to add it. Not sure NeoVim will have it, but there’s no cost to me for trying.

        The main things holding me back from UEdit are cost, and he fact that UEStudio is windows only. Not being terminal based is also a strike against it, but not a showstopper. It’s just too much money when an employer isn’t paying.

        I know emacs exists but it’s too deep a rabbit hole when I just want a go to edit text with a few minor bells and whistles…