Hi! I’m just starting out with web development, currently learning HTML/CSS on youtube. I’m having a tough time finding a good code editor. I’ve found a few I like, for instance, Phoenix Code Editor is awesome, It has a built-in webpage so you can view real time changes to HTML code you make. One of my newest faves is more dangerous, it’s call AIde, and it has an AI assistant built in, along with a preview of the html you’re working on. Similar to Phoenix Code. I’ve also used VSCode which, afaik, doesn’t have a built-in webpage, but I could be wrong. I’ve also tried a handful of smaller code editors.

That being said, is there a code editor that you guys recommend? Here’s my requirements

Built-in webpage for viewing/editing HTML Lots of plugins Multi-language support Easy to use

Thanks in advance!

  • mbirth
    link
    fedilink
    English
    arrow-up
    3
    arrow-down
    1
    ·
    2 days ago

    Usually, you develop in the text editor of your choice, then check the results in one of the browsers you’re targeting, e.g. Chrome, Firefox or Safari. VSCode should be more than enough. Some people code websites in notepad.exe.

  • peto (he/him)@lemm.ee
    link
    fedilink
    English
    arrow-up
    2
    arrow-down
    1
    ·
    2 days ago

    I use Neovim for most of my coding. Though admittedly that is very rarely HTML.

    What about what you have tried so far isn’t working for you? You seem to like them.

    • sinewyshadowOP
      link
      fedilink
      arrow-up
      1
      ·
      14 hours ago

      I like them, but I’m always looking for something new. I’m not a big fan of Ai, so if I could find like a Pulsar-type editor that also has a built-in server, that’d be pretty cool. I’ve been trying to get Cudatext to work, but can’t get the server to run.