Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Brite
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Brand Logo

agnos.is Forums

  1. Home
  2. Programmer Humor
  3. Shots fired

Shots fired

Scheduled Pinned Locked Moved Programmer Humor
programmerhumor
154 Posts 87 Posters 0 Views
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • rikudou@lemmings.worldR [email protected]
    This post did not contain any content.
    V This user is from outside of this forum
    V This user is from outside of this forum
    [email protected]
    wrote on last edited by
    #69

    Intello sense still won't find the Godot classes 😕 (linux & C#)

    yessikg@lemmy.blahaj.zoneY 1 Reply Last reply
    2
    • T [email protected]

      I'm not judging (that much) but you can do pretty well with just telescope, undo-tree and the LSP stuff, no? Debuggers can make it very bloated, at that point I'd just fire up a real IDE just for debugging and get back to Vim to program

      V This user is from outside of this forum
      V This user is from outside of this forum
      [email protected]
      wrote on last edited by
      #70

      To each their own I guess. 😊 I imagine some people consider the bloat to be that extra IDE you have to have laying around just in case you want to debug something.

      1 Reply Last reply
      1
      • P [email protected]

        A lot of them are dependencies of other plugins.

        Stuff like icons support, and every little feature. Neovim is extremely minimalist to start, so you need plugins just to get something as simple as a scrollbar lol

        Things like git status of files and file lines, all your LSPs, syntax highlighting (for each language you work with), file explorer, you name it, there's a lot.

        But what's nice about nvim is for any of these given features, there's numerous options to pick from. Theres probably a dozen options to choose from for what kind of scrollbar you want in your editor, as an example.

        So you end up with a huge amount of plugins in the end, for all your custom stuff you have configured.

        You have to setup yourself (though theres a lot of very solid copy pasteable recipes for each feature):

        • Scrollbar
        • Tabs(if you want em)
        • bookmarking
        • every LSP
        • treesitter
        • navigation (possibly multiple of them, I use both a file tree, telescope, and harpoon)
        • file history stuff
        • git integrations, including integrating it with the numerous other plugins you use (many of them can integrate with git for stuff like status icons)
        • Code commenting/uncommenting
        • Code comment tags (IE TODO/BUG/HACK/etc)
        • your package manager is also a package (I like lazy for wicked fast open speeds, neovim opens in under 1s for me)
        • hotkey management (I like to use which-key)
        • prose plugins (lots of great options here too, I use nvim for more than just coding!)
        • neorg, so I can use nvim for taking notes, scheduling stuff, etc too
        • debugger via nvim-dap
        • debugger UI via nvim-dap-ui
        • lualine, which is a popular statusline plugin people like to have at the bottom of their IDE for general file info
        • new-file-template which lets me create templates for new files by extension (IE when I make a .cs file and start editting it, I can pick from numerous templates I've made to start from, same for .ts, .lua, etc etc)
        • git conflict, which can detect and work with detected git merge conflict sections in any type of file and give me hotkeys to do stuff like pick A / B / Both / Neither, that sorta stuff

        The list goes on and on haha

        V This user is from outside of this forum
        V This user is from outside of this forum
        [email protected]
        wrote on last edited by
        #71

        Makes more sense now I guess. 😅

        Tabs though? Neovim already has tabs support out of the box, right?

        P 1 Reply Last reply
        0
        • rikudou@lemmings.worldR [email protected]
          This post did not contain any content.
          M This user is from outside of this forum
          M This user is from outside of this forum
          [email protected]
          wrote on last edited by
          #72

          I‘ll take the plugin installing over fucking around with pycharm jars to get it to actually eat dependencies any day. I am amazed about the bullshit the Intellij fanboys are willing to put up with, I would rather do everything in vi.

          1 Reply Last reply
          4
          • bleistift2@sopuli.xyzB [email protected]

            Yes, I’d rather have 35 different IDEs for every task I need to do. Much better than One To Rule Them All.

            rikudou@lemmings.worldR This user is from outside of this forum
            rikudou@lemmings.worldR This user is from outside of this forum
            [email protected]
            wrote on last edited by
            #73

            You mean one to struggle to rule them all?

            1 Reply Last reply
            5
            • A [email protected]

              i feel like the odd one out whenever i tell people i dont want the shitty ide launcher for jetbrains products on my computer. i havent used their products because of that launcher.

              W This user is from outside of this forum
              W This user is from outside of this forum
              [email protected]
              wrote on last edited by
              #74

              You don't seem great at taking decisions

              1 Reply Last reply
              2
              • rikudou@lemmings.worldR [email protected]
                This post did not contain any content.
                Z This user is from outside of this forum
                Z This user is from outside of this forum
                [email protected]
                wrote on last edited by
                #75

                Kate >>>>> Vi$ual$tudio

                bruhduh@lemmy.worldB 1 Reply Last reply
                6
                • e8d79@discuss.tchncs.deE [email protected]

                  Most of their IDEs you can use for free for non-commercial purposes and even if you need to buy them; when you compare software development to any other profession our tools are incredibly cheap. You can get all the Jetbrains IDEs for less than 300€. Compare that to a HDL simulator or a 3D CAD application like Autodesk. These easily cost several thousand euros each year.

                  R This user is from outside of this forum
                  R This user is from outside of this forum
                  [email protected]
                  wrote on last edited by
                  #76

                  True. Doesn't solve the other issue tho.
                  Heck, I work on rust a lot, and rustrover is free

                  1 Reply Last reply
                  0
                  • trickdacy@lemmy.worldT [email protected]

                    Lol wow, intelliJ? Shit's slow as fuck

                    B This user is from outside of this forum
                    B This user is from outside of this forum
                    [email protected]
                    wrote on last edited by
                    #77

                    So is vscode, though. So meme still works.

                    mubelotix@jlai.luM trickdacy@lemmy.worldT 2 Replies Last reply
                    3
                    • Z [email protected]

                      Kate >>>>> Vi$ual$tudio

                      bruhduh@lemmy.worldB This user is from outside of this forum
                      bruhduh@lemmy.worldB This user is from outside of this forum
                      [email protected]
                      wrote on last edited by
                      #78

                      Vi >>>>> Kate >>>>> Vi$ual$tudio

                      L Z 2 Replies Last reply
                      2
                      • rikudou@lemmings.worldR [email protected]
                        This post did not contain any content.
                        R This user is from outside of this forum
                        R This user is from outside of this forum
                        [email protected]
                        wrote on last edited by
                        #79

                        If you're working on a large project/product then sure, but VS Code is just so damn good, it's so much fucking faster than IntelliJ, has so many more options and is typically just more intuitive to me. Whenever I can I typically use it.

                        1 Reply Last reply
                        9
                        • bruhduh@lemmy.worldB [email protected]

                          Vi >>>>> Kate >>>>> Vi$ual$tudio

                          L This user is from outside of this forum
                          L This user is from outside of this forum
                          [email protected]
                          wrote on last edited by
                          #80

                          Sed >>>>> Vi >>>>> Kate >>>>> Vi$ual$tudio

                          bruhduh@lemmy.worldB D 2 Replies Last reply
                          7
                          • B [email protected]

                            So is vscode, though. So meme still works.

                            mubelotix@jlai.luM This user is from outside of this forum
                            mubelotix@jlai.luM This user is from outside of this forum
                            [email protected]
                            wrote on last edited by
                            #81

                            You cannot even compare the 2. Intellij is so bad it crashes my machine. Vscode is fast

                            B 1 Reply Last reply
                            3
                            • mubelotix@jlai.luM [email protected]

                              You cannot even compare the 2. Intellij is so bad it crashes my machine. Vscode is fast

                              B This user is from outside of this forum
                              B This user is from outside of this forum
                              [email protected]
                              wrote on last edited by [email protected]
                              #82

                              For me, they both fall into the "I can't stand this because it is too slow" category. So same difference. I have used vscode from time to time because I wanted to use certain plugins, but dropped it after a month or two every time STRICTLY because of performance (even without plugins). Like literally, the only reason I dropped it.

                              It's text editing. If it isn't instant, it's slow. Even for gui text editors, Sublime Text has had that dialed for like 15 years. VSCode intentionally traded performance for ecosystem (and to great success)! But imo, newer editors like Zed have better bones, and are going to slowly but surely eat their lunch.

                              edit: see other thread; but I guess vscode is instant if your machine is better than mine? 🤷 But not my experience.

                              P 1 Reply Last reply
                              0
                              • rikudou@lemmings.worldR [email protected]
                                This post did not contain any content.
                                scheep@lemmy.worldS This user is from outside of this forum
                                scheep@lemmy.worldS This user is from outside of this forum
                                [email protected]
                                wrote on last edited by
                                #83

                                vscode is actually a pretty decent code editor for my needs. I use VSCodium which is basically the same thing except lacking support for a few proprietary extensions (most notably the Microsoft C/C++ extension, so I use clangd instead which for some reason was way easier to set up with copr repo on fedora than either on windows or with flathub on fedora...)

                                1 Reply Last reply
                                19
                                • L [email protected]

                                  Sed >>>>> Vi >>>>> Kate >>>>> Vi$ual$tudio

                                  bruhduh@lemmy.worldB This user is from outside of this forum
                                  bruhduh@lemmy.worldB This user is from outside of this forum
                                  [email protected]
                                  wrote on last edited by
                                  #84

                                  1 Reply Last reply
                                  2
                                  • firelizzard@programming.devF [email protected]

                                    How is that relevant to “That’s on you for using Java”?

                                    T This user is from outside of this forum
                                    T This user is from outside of this forum
                                    [email protected]
                                    wrote on last edited by
                                    #85

                                    Yea I definitely misread this meme and comment. Good to know I can’t read

                                    1 Reply Last reply
                                    3
                                    • rikudou@lemmings.worldR [email protected]
                                      This post did not contain any content.
                                      S This user is from outside of this forum
                                      S This user is from outside of this forum
                                      [email protected]
                                      wrote on last edited by
                                      #86

                                      Meanwhile IntelliJ: let's copycat VSCodium UI

                                      1 Reply Last reply
                                      5
                                      • bruhduh@lemmy.worldB [email protected]

                                        Vi >>>>> Kate >>>>> Vi$ual$tudio

                                        Z This user is from outside of this forum
                                        Z This user is from outside of this forum
                                        [email protected]
                                        wrote on last edited by
                                        #87

                                        That's like:

                                        Car with the dashboard and the switches all ripped out >>>>> A normal car >>>>> A stereotypical Arab sheik car, with a solid gold dashboard and a fancy infotainment system

                                        bruhduh@lemmy.worldB 1 Reply Last reply
                                        1
                                        • rikudou@lemmings.worldR [email protected]
                                          This post did not contain any content.
                                          N This user is from outside of this forum
                                          N This user is from outside of this forum
                                          [email protected]
                                          wrote on last edited by
                                          #88

                                          Recently switched to a new contract, which resulted in me switching from IDEA Ultimate to vscode. This picture is terribly accurate.

                                          In intellij I usually do code reviews by checking out the code and comparing the branch to origin/main to step through the changes. Just a right click menu option to compare branches.

                                          I took for granted that this is just a thing IDEs should do, so I looked in vain for a while before googling it and finding out I need a plugin for that. (If I'm wrong please help me find the button, I still believe it must be in there somewhere. Surely the owners of GitHub can compare branches?)

                                          owsei@programming.devO G 2 Replies Last reply
                                          8
                                          Reply
                                          • Reply as topic
                                          Log in to reply
                                          • Oldest to Newest
                                          • Newest to Oldest
                                          • Most Votes


                                          • Login

                                          • Login or register to search.
                                          • First post
                                            Last post
                                          0
                                          • Categories
                                          • Recent
                                          • Tags
                                          • Popular
                                          • World
                                          • Users
                                          • Groups