For me it used to be Visual Studio + ReSharper, but last month I switched to Rider and it's been amazing. It's like VS + ReSharper without the performance issues.
I just don't get it.
51–60 of 70 posts
For me it used to be Visual Studio + ReSharper, but last month I switched to Rider and it's been amazing. It's like VS + ReSharper without the performance issues.
I just don't get it.
Visual Studio 6, when you could drag and drop your UI, double click elements to code what they do, and all of the generated code was human readable. I'm not sure we'll ever get a development environment designed to put together software that quickly again with all of our modern expectations for design, mobile friendliness, etc.
Well, you can still do that in Visual Studio 2017 with Windows Forms. Remember when when they tried to do the same with Web Forms? What a disaster. I suspect this may have been the reason they moved to declarative UI like WPF but I personally don't buy that approach. Then again, I work on conversational interfaces now where there literally is no UI at all except a textbox and a send button..
Visual Studio 6, when you could drag and drop your UI, double click elements to code what they do, and all of the generated code was human readable. I'm not sure we'll ever get a development environment designed to put together software that quickly again with all of our modern expectations for design, mobile friendliness, etc.
Well, you can still do that in Visual Studio 2017 with Windows Forms. Remember when when they tried to do the same with Web Forms? What a disaster. I suspect this may have been the reason they moved to declarative UI like WPF but I personally don't buy that approach. Then again, I work on conversational interfaces now where there literally is no UI at all except a textbox and a send button..
Someday I'll learn WPF.
Earlier quoted context omitted.
Something that makes a big difference to me with Emacs and a Lisp relative to other languages and editors is that everything works by communicating to a running process. Need to look up function args or a docstring? It doesn't have a separate thing that statically analyzes the code. It asks the running process . Want to see what an updated function outputs? It can use the state of the running process . Trying out som…
http://brackets.io/ has a live view for basic html and css. There's a package for the nodejs ecosystem called "nodemon" https://github.com/remy/nodemon That restarts the webserver on filechanges automatically. The former is very basic and I don't really use it, but nodemon is quite nifty.
Earlier quoted context omitted.
Well, you can still do that in Visual Studio 2017 with Windows Forms. Remember when when they tried to do the same with Web Forms? What a disaster. I suspect this may have been the reason they moved to declarative UI like WPF but I personally don't buy that approach. Then again, I work on conversational interfaces now where there literally is no UI at all except a textbox and a send button..
The drag & drop web stuff they had worked fine if you didn't need anything that it couldn't provide.
Keyboard shortcuts and extensibility are the keys to success.
Laragon makes it super easy to configure the environment (out of the box support for wamp, git, node, ngrok, you name it..)
Vim + tmux + NERDTree + a bunch of other plugins to handle code completion, gutters, etc. Add a 34-inch ultrawide monitor (Dell has been best with color accuracy for me) to the mix and a nice keyboard, makes all the difference in the world!
Would you mind sharing what plugins your using? I've tried combining and setting up yourcompleteme, ale and one or two others I can't recall, but it never work as flawlessly as say vs code or pycharm in terms of completion, suggestions and quick doc viewing. Are you using vim or neovim?